To allow the chatbot to send attachments, add a Custom Payload response and insert this JSON code:
{ "attachments": [["name", "YOUR-LINK"], ["name", "YOUR-LINK"], ["name", "YOUR-LINK"]]}
Replace “name” with the actual name of the attachment to display and replace “YOUR-LINK” with the actual URL of the file. Images attachments are displayed automatically as images.
PREVIOUS < User Attachment
NEXT > Rich Messages