Skip to main content
POST
/
whatsapp
/
send-template
Send a WhatsApp template
curl --request POST \
  --url https://api.open.cx/whatsapp/send-template \
  --header 'Content-Type: application/json' \
  --data '
{
  "template_id": "<string>",
  "phone_number_id": "<string>",
  "variables": [
    "<string>"
  ],
  "contact": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  },
  "session_id": "<string>"
}
'
{
  "whatsapp_message_id": "<string>",
  "opencx_message_id": "<string>",
  "opencx_session_id": "<string>"
}

Body

application/json
template_id
string
required
phone_number_id
string
required
variables
string[]
required
contact
object
required
session_id
string

Response

Default Response

whatsapp_message_id
string
required
opencx_message_id
string
required
opencx_session_id
string
required