Messages

There are different kinds of messages that your chatbot or virtual assistant can send to users. Some message types are available on specific channels only (for example, you cannot use galleries on Twilio SMS).

Text messages are the most basic ones. Use TEXT block to send it.

Then, you have images and animated GIFs. Use IMAGE block to add these types of content into your chatbot conversations.

Sounds and videos provide another dimension for your chatbot conversations. Use MEDIA block to display it.

Smileys and stickers add personal touch and emotion. Actually, it’s not a message type – you can use smileys almost anywhere – in text messages, galleries, buttons, and quick replies.

And, finally, you can send various documents to your chatbot users. This can be achieved with the FILE block. Think of PDF invoices, worksheets, manuals, etc.

Last updated