Learn how to configure multimedia variables in your conversation flows. This will allow you to add images, videos, audio, and attachments and send them dynamically in your conversations.
media_url
. This variable is a user_session_key
.media_url
) will wait for the URL of the image, video, audio, or file attachment that you want to attach.Option 1: CSV deployment of your conversation flow
media_url
column should be the URL of the image, video, audio, or file attachment that you want to attach. This will allow you to send a customized file URL for each user.For example:country_code | cellphone | name | media_url |
---|---|---|---|
57 | 3132392346 | Felipe | https://example.com/image.jpg |
34 | 622902416 | Camila | https://example.com/video.mp4 |
Option 2: API deployment
media_url
variable in the call body. This variable will be part of the user_session_keys
that are sent in the call.For example:Option 3: In a webhook response
media_url
variable, you can call a webhook, and in the response of this webhook, you can send the URL of the image, video, audio, or file attachment that you want to attach.user_session_keys
.