POST
/
api
/
public
/
whatsapp
/
message
/
send
Send a template message
curl --request POST \
  --url https://api.vambe.me/api/public/whatsapp/message/send \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <x-api-key>' \
  --data '{
  "variables": [
    "<string>"
  ],
  "meta_data": {},
  "phone": "<string>",
  "template_name": "<string>"
}'

Headers

x-api-key
string
required

API key needed to authorize the request

Body

application/json

The payload to send with the template message

variables
string[]
required
meta_data
object
required
phone
string
required

Phone number to send the template to

template_name
string
required

Name of the template to send

contact_name
string
stage_id
string
agent_id
string
from_phone_number
string

Phone number to send the template from

Response

Message sent successfully.