Public
Documentation Settings

WappSync WhatsApp Messaging API

API to send WhatsApp messages with account authentication and usage validation.

To use the API, get an account first at WappSync.com.

You can get your Bearer Token at: WappSync My API.

AUTHORIZATIONBearer Token
Token

{{bearerToken}}

SendMessage

AUTHORIZATIONBearer Token
This folder is using Bearer Token from collectionWappSync WhatsApp Messaging API

POSTSend a WhatsApp message

https://wappsync.com/api/SendMessage

Sends a WhatsApp message to a specified chatId with message content.

AUTHORIZATIONBearer Token
This request is using Bearer Token from collectionWappSync WhatsApp Messaging API
HEADERS
Content-Type

application/json

Accept

application/json

Bodyraw (json)
json
{
  "chatId": "<string>",
  "message": "<string>"
}

SendMedia

AUTHORIZATIONBearer Token
This folder is using Bearer Token from collectionWappSync WhatsApp Messaging API

POSTSend a WhatsApp media message

https://wappsync.com/api/SendMedia

Sends a WhatsApp message containing media (e.g., image, video, file) to a specified chatId.

AUTHORIZATIONBearer Token
This request is using Bearer Token from collectionWappSync WhatsApp Messaging API
HEADERS
Content-Type

application/json

Accept

application/json

Bodyraw (json)
json
{
  "chatId": "<string>",
  "mediaBase64": "<string>",
  "mediaName": "<string>"
}
Loading