...
Info |
---|
Please note that to show a card, you must have a title and at least one other factor, picture, subtitle or button. If you want to send card in WhatsApp channel, you will need to create “Carousel Template” and then use “Carousel template” instead. |
Send "For Each"
This message type is also showing cards but in a more automatic way. With "For Each", you don't need to type in each card yourself. It automatically displays all items in a JSON variable. Check Action Step - JSON Operation if you have no idea about what is JSON variable.
...
This feature is practical when your bot logic is complex and rely heavily on other servers.
For example, you have your own AI algorithm to analyze users' questions and calculate corresponding response on your server, in this case, you can send the question in the API request. And the server can generate a response based on the question. Finally, the server send the response back to UChat to display to your users.
...
Check Ecommerce for how to setup and use built-in ecommerce system.
Facebook Channels
Facebook - Send Message
Facebook allows the bot to send texts with 3 buttons and 10 quick replies at most.
...
Telegram flow is our newly added flow type. It is similar to Facebook flow except for some exclusive features with Facebook. Please check Facebook flow for guidance for now. Text tutorial about Telegram flow will be updated shortly.
WeChat Channel
WeChat - Send Message
WeChat allows the bot to send texts with 10 buttons at most. Message type with WeChat:
...
You can also send mini-programs that associates with your official account.
...
WhatsApp Channel
WhatsApp - Send Message
Message types with WhatsApp:
...
Button in WhatsApp is a bit different from that in Facebook. A button in Facebook can be pressed for multiple times while in WhatsApp, only once.
SMS Channel
SMS - Send Message
SMS bot can send only text and image.
...