Message
The Message block displays text in basic form or with special components like buttons or carousels.
Last updated
Was this helpful?
The Message block displays text in basic form or with special components like buttons or carousels.
Last updated
Was this helpful?
Add a Message block by to your flow.
Chatlayer indicates how many characters are still allowed on the bottom-right corner of any text field.
Text messages are the most simple components. Most channels will show them as speech bubbles.
With the Media step, you can enable the bot to send files to your users.
Ensure that you remove space from media files that are uploaded, this could cause it not to be displayed correctly.
Quick replies behave similarly to buttons. They are shown horizontally next to each other in a scrollable container. This means that you can add as many quick replies as you think necessary.
Carousels are a way to visualize options, with or without images and buttons.
The List step is a step that allows you to present a list of items, shown vertically.
Each item may shown a button that can be used as a call-to-action (postback). You can also provide a URL that opens when an item is tapped.
Each list template message can also have up to one global button that will show below the item list.
Use the file upload template to let users upload a file directly from their device to your bot.
Configuring the File Upload as shown above will show an Upload button in the conversation:
Rich text allows you to go beyond text messages and style your text the way you want it. You can also add web links using the rich text editor.
The only exception is for , which show the number of characters that you already enter and not the character limit.
Please note that for Facebook Messenger, limits are strict to 20 characters for a label. If your button label is bigger, it will be cut off and displayed with three dots. Learn more about our .
Buttons are a useful way to guide the conversation by giving the user a limited set of options. You can add a maximum of three buttons to a message, with different .
Video: videos are available in the , and Facebook channel. Check to add videos to your bot. The following video formats are supported:
Audio: the audio media is available in the , the channel and . Currently we only support MP3 as an audio format.
Files: file attachments are available in . Currently, only PDF is supported. If you upload the file directly in the platform, there is a file size limit of 10 MB. If you use a direct URL to the file, there is no file size limit.
Are you having trouble adding an external video to your bot? Check out article.
Go to: for each Quick reply, you need to define a next block to visit in the flow. In other words, you'll create a .
Variables: optionally, can be set depending on which button the user has clicked. These variables can then later be used to route blocks, make an API call or render specific text.
Note that Quick replies only link to another block. To link your button to anything else, use .
Buttons in Carousels are the same as regular and use the same properties like payloads and URL, with the addition of an extra share button.
You're using Carousels for your RCS channel? See how you can .
This template only works on the web widget V1 channel. For any other channel, you can use the 'image' format type in the block.
The URL where the uploaded file is stored can be found under the {uploadedFileUrl}
variable in the . You can reuse this variable to show the file that the user uploaded by using the step. Alternatively, you can retrieve the URL with an to store the files on your servers.
Rich text is only visible in the channel. The other channels do not support this type of text.