Message Controller
Send Template
Send a template message with the Official WhatsApp API
post/message/sendTemplate/{instance}
Path parameters
instancestring required
ID of the instance to connect
Request body
Example request
{
"templateMessage": {
"language": "pt_BR"
}
}Response
Ok