Endpoints
Z-API - Send WhatsApp Message
POST
/
zapi
/
{z-api-instance-id}
/
{destination-whatsapp-number}
/
message
Example JS Code to Send WhatsApp Message
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
z-api-instance-id
string
requiredID of the Z-API instance
destination-whatsapp-number
string
requiredWhatsApp number of the recipient
Body
application/json
message
string
attachments
string[]
Was this page helpful?