Skip to main content
Endpoint · POST /conversation/actions
This action takes two fields, quick_reply and template, both required: the server sends the quick reply if the 24h window is open, or the template if it’s closed. Fields
  • quick_reply{ name } of the quick reply (required).
  • template{ name, language } of the template (required).
In a list, this object goes in the actions array of a POST /conversation/actions — see Assembling an action list.

Executable example

A send_quick_reply_or_template on a conversation identified by phone and channel. Both fields are required: the server sends the quick reply if the 24h window is open, or the template if it’s closed.

Request

Response

202 Accepted — the group was accepted and runs in the background. The per-action result does not travel in the response (query it later — see How it runs).
string
Always processing: confirms the group was accepted and is running.
integer
How many actions in the array were admitted for execution — not how many succeeded.