Knowledge Base
-
Getting Started
-
WhatsApp
-
Ecommerce
-
Essential
-
Integration
-
- ActiveCampaign
- Dialogflow
- Facebook Ads Integration
- GetResponse
- Google Sheets Integration
- Integromat
- Klaviyo
- MailChimp
- Mailerlite
- MooSend
- PayPal
- Pipedrive
- Platformly
- Razorpay
- Stripe
- Truemail
- Zapier
- Show all articles (2) Collapse Articles
-
-
Growth Tools
-
Messenger
-
- Core components of Messenger bot
- How to auto reply to Facebook comments
- How to dynamically Enable/Disable message composer
- How to send Paid Messages (Sponsored Messages)
- How to set up the greeting message
- How to setup bot Persistent Menu?
- How to setup conversation starters
- How to setup Welcome Message
- How to use One-time Notification
- How to use personas
-
-
Analytics
-
Advanced
- How to get the JSON code for Facebook Ads?
- Set up a Poll with Messenger Chatbot
- Triggers and Actions
-
- Create Templates
- Creating Dynamic Gallery from any Google Sheet
- How can I export PSIDs?
- How can I format date & time?
- How to do math calculations inside your bot?
- How to dynamically Enable/Disable message composer
- How to get the JSON code for Facebook Ads?
- How to import subscribers from other bot Platforms?
- How to provide your Own translations for built-in flows?
- How to send a broadcast message?
- How to use External Requests / Dynamic Contents?
- How to use split traffic to send random messages
- How to use your own custom checkout page?
- Set up a Poll with Messenger Chatbot
- Triggers and Actions
-
Tips & Tricks
Botosynthesis was a default checkout page where you can connect your Stripe, PayPal or Razorpay to accept payments from your customers.
You can use your own checkout page in your chatbot. Your customer will be redirected to your checkout page once they click on the “Checkout” button.
You will only need to send us the URL of your checkout page.
Data Botosynthesis sent to your checkout page
Imagine your checkout URL is https://example.com
When users click the checkout button inside your bot, we will automatically add these parameters.
https://example.com?order=<order_id>&page=<page_id>&user=<user_id>&total=<total>&subtotal=<subtotal>
order: the order ID and you use it to mark the order as paid.
page: the Facebook page id.
user: the user id for your bot (PSID).
total: the total value of the user shopping cart.
subtotal: the subtotal of the user shopping cart.
Mark an order as paid
After the user paid for the order, you need to use Botosynthesis API to mark an order as paid. Click HERE to learn how to mark an order as paid.
You can use our API if you want more information about the user shopping cart like products in the cart. Learn More