Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.zapkey.io/message/sendTemplate/{instance} \ --header 'Content-Type: application/json' \ --header 'apikey: <api-key>' \ --data ' { "number": "<string>", "templateMessage": { "name": "<string>", "language": "pt_BR", "components": [ { "index": "<string>", "parameters": [ { "text": "<string>" } ] } ] } } '
This response has no body data.
Send a template message with the Official WhatsApp API
Your authorization key header
ID of the instance to connect
Message receiver number with country code
Show child attributes