Send image

Send an image.

Available on :

  • facebook
  • intercom
  • twilio (depends on the capabilities of your phone number)
  • webchat
AttributeTypeRequiredDescription
typestringalways send_image_action
imageURLstringa valid URL (length<=500)
altstringthe alt attribute provides an alternate text for the user, if he/she for some reason cannot view the image
{
    "type": "send_image_action",
    "imageURL": "http://example.com/logo.png",
    "alt": "Company Logo"
}