Send Interactive Messages
Interactive list messages allow you to present users with a list of options to choose from.
Arguments | Explanation |
---|---|
type | The type of the message e.g 'text' | 'interactive' | 'file' | 'video' | 'image' |
interactive | The body of the interactive message further documentation can be found here Meta Documentation |
Construct a request & the expected response using the specified API endpoint
We partially support interactive messages. These messages will appear in the conversation history as encoded JSON within a text-type message, preserving their original structure and content.
The provided YAML configuration below defines an API specification using the OpenAPI (formerly known as Swagger) format.
Last updated