Skip to main content
POST
/
api
/
public
/
whatsapp
/
message
/
note
/
send
Send a note message
curl --request POST \
  --url https://api.example.com/api/public/whatsapp/message/note/send \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <x-api-key>' \
  --data '
{
  "meta_data": {},
  "to_phone": "<string>",
  "from_phone": "<string>",
  "note": "<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

meta_data
object
required
to_phone
string
required
from_phone
string
required
note
string
required
contact_name
string
stage_id
string
agent_id
string

Response

Message sent successfully.