Message blocks are used as the fundamental foundation for creating conversation flows in Treble.ai. These are used to display information, ask questions, receive responses and more. Learn to use message blocks to create personalized conversation flows.
Below, each of the numbered elements in the previous image is explained in detail, so you understand how to configure and make the most of message blocks in Treble:
By double-clicking on any message block, the Advanced configuration panel opens on the left side of the editor. Here you can personalize the block’s behavior with the following options:
variable_name_count (for example, first_response_count).
Hello
and then:
I need help
The system will store:
Hello\nI need help
and the variable first_response_count will have the value 2.
Interactive Buttons message blocks are used to display a message with response buttons. These buttons can be personalized and up to 3 options can be added. This functionality of showing messages with buttons in WhatsApp is exclusive to WhatsApp Business API. The button options have a 20 character limit.
Interactive List message blocks are used to display a list of response options. These options can be personalized and up to 10 options can be added. This functionality of showing messages with lists in WhatsApp is exclusive to WhatsApp Business API. The list options have a 20 character limit.
When your customer receives a message with an interactive list, they will see a button with the text of the first option in the list. When they click on the button, a list of options will be displayed for the user to select one.
Simple Message message blocks are used to display a message without response options or to capture a free text response. This functionality is particularly useful for saving responses as variables.