Messages
Send-Message
post/messages
Request body
Example request
{
"preview_url": true,
"recipient_type": "individual",
"to": "{whatsapp-id}",
"type": "text",
"text": {
"body": "your-text-message-content"
}
}Response
Example response
{
"messages": [
{
"id": "gBEGkYiEB1VXAglK1ZEqA1YKPrU"
}
]
}Changes
Changed in 2 of the 4 revisions of this API.22
- ▲
removed the enum value
contactof the request propertytyperequest-property-enum-value-removed
- ○
added the new
contactsenum value to the request propertytyperequest-property-enum-value-added
- ▲
- ▲
removed the enum value
contactsof the request propertytyperequest-property-enum-value-removed
- ○
added the new
contactenum value to the request propertytyperequest-property-enum-value-added
- ▲