apikey: Your Wassly API key (use {apikey} variable)| Parameter | Type | Required | Description |
|---|---|---|---|
message | string | No | The text message content to send to the recipient, Required only when you wont send a document or a media |
instance_id | string | Yes | The unique identifier of your WhatsApp instance. This ID is obtained when you create a WhatsApp instance |
contact_mobile_number | string | Yes | The recipient’s phone number in international format (e.g., +country_codemobile_number). Must include country code with + prefix |
contact_name | string | No | Optional display name for the contact |
document | file | No | Optional when you want to send a document |
media | file | No | Optional when you want to image, video or audio |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.