Send a single text message
Request
Content-Type
Header Parameters
Request Body
Request Example:
curl --location --request POST 'https://wa.antgst.com/v1/whatsapp/messages/send' \
--header 'Authorization: Bearer ...' \
--header 'Content-Type: application/json' \
--data-raw '{
"to": "5286610707632",
"from": "15461497830",
"type": "template",
"template": {
"name": "template_authentication_20275068551827",
"parameters":"123456",
"language": "en"
}
}'Response Example:
Response parameter description:
Last updated