Send an image.
Available on :
- intercom
- twilio (depends on the capabilities of your phone number)
- webchat
Attribute | Type | Required | Description |
---|---|---|---|
type | string | ✓ | always send_image_action |
imageURL | string | ✓ | a valid URL (length<=500) |
alt | string | ✗ | the 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"
}