curl --request POST \
--url https://api.automatechats.com/api/templates/external/message/send \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"templateId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"recipientPhoneNumber": "<string>",
"countryCode": "<string>",
"variables": [
"<string>"
],
"variableMapping": {}
}
'{
"status": "<string>",
"message": "<string>",
"data": {}
}Sends a WhatsApp template message to a recipient.
curl --request POST \
--url https://api.automatechats.com/api/templates/external/message/send \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"templateId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"recipientPhoneNumber": "<string>",
"countryCode": "<string>",
"variables": [
"<string>"
],
"variableMapping": {}
}
'{
"status": "<string>",
"message": "<string>",
"data": {}
}Documentation Index
Fetch the complete documentation index at: https://docs.automatebusiness.com/llms.txt
Use this file to discover all available pages before exploring further.