Send Interactive Template

Send an interactive template message

post

Sends an interactive template message to a specified client using customizable parameters.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
businessnamestringRequired

The business name associated with the template.

Body
clientstringOptional

Client ID (required if client_phone is not provided).

client_phonestringOptional

Client phone number, with country prefix (required if client is not provided).

client_namestringOptional

Client's name, required with client_phone.

callback_urlstringOptional

URL to receive message status updates.

delaystringOptional

Delay before sending the message, e.g., "10d".

agentsstring[]Optional

List of agent emails assigned to the chat.

Responses
chevron-right
200

Interactive template message sent successfully.

application/json
successbooleanOptionalExample: true
post
/template
200

Interactive template message sent successfully.

Body Example

Meta official documentation

Last updated