v1

latestOpenAPI 3.0.3raw.githubusercontent.com2024-06-11720209.3 KB
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

numberstring

Message receiver number with country code

Example request

{
  "templateMessage": {
    "language": "pt_BR"
  }
}

Response

Ok