How can we help?
< All Topics
Print

How to send order details to the store owner?

On botbaba you can send item details to the store owner using the following methods:

  • HTTP Request (API Call)
  • WhatsApp Message
  • Telegram Message
  • Email

You can add these actions after chat complete or payment success to send order details to the store owner.

Please refer https://kb.botbaba.io/docs/how-triggers-and-actions-work/ to see How Triggers & Actions work?

Also you can use #EComReceipt# vairable to populate items ordered.

You can use other dynamic variables like #name#, #mobile#, #address# as well.

Refer https://kb.botbaba.io/docs/dynamic-variables/ to learn more about dynamic variables

Refer the article on Global Variables to learn the variables for Total Amount, Sub-total, etc.

A sample telegram notification is as below:

You have received 1 new order

Name: #name#

Contact No.: #mobile#

Ordertype: #ordertype#

Pickup Time: #time#

Total Amount: #TotalAmount#

Order id: #EComCartId#

Payment Method: #paymentmethod#

Order Link: https://app.botbaba.io/CartItems/#ConvId#
Was this article helpful?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
How can we improve this article?
Previous Workflow of an eCom Bot
Next How to add image links to Products from Excel sheet?
Table of Contents