Send interactive list message
Sends a message with a list of selectable options.
Requires an open service window: the recipient must have messaged the business in the last 24 hours. Use POST /messages/template to reach recipients outside that window.
Request body
Response
Message sent successfully
Changes
Changed in 2 of the 9 revisions of this API.78
- ○
added the media type
application/jsonfor the response with the status400response-media-type-added
- ○
added the media type
application/jsonfor the response with the status401response-media-type-added
- ○
added the media type
application/jsonfor the response with the status404response-media-type-added
- ○
- ▲
the request property
interactive/footer/textbecame requiredrequest-property-became-required
- ▲
the
typerequest property const valuelistwas addedrequest-property-const-added
- ▲
the
typerequest property const valuetextwas addedrequest-property-const-added
- ▲
removed the enum value
listof the request propertyinteractive/typerequest-property-enum-value-removed
- ▲
removed the enum value
textof the request propertyinteractive/header/typerequest-property-enum-value-removed
- ▲
the
fromrequest property's minLength was increased from0to1request-property-min-length-increased
- ▲
the
torequest property's minLength was increased from0to1request-property-min-length-increased
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
the response property
idbecame required for the status200response-property-became-required
- ○
the
idresponse's property pattern^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$was added for the status200response-property-pattern-added
- ▲