Whatsapp Send Text

Simple Whatsapp Send Text

GET https://api.zuwinda.com/v1.2/message/whatsapp/send-text

whatsapp send text

Query Parameters

NameTypeDescription

instances_id

string

Your instances id

token

string

Your token key

to

string

Destination number

content

string

Content / write your message

{
    "success": true,
    "message": "Message Successfully Added to Queue"
}

Whatsapp Send Text

POST https://api.zuwinda.com/v1.2/message/whatsapp/send-text

whatsapp send text

Headers

NameTypeDescription

x-access-key

string

Your Token

Request Body

NameTypeDescription

time

string

to schedule, format time "HH:mm", ex: 15:10

date

string

to schedule, format date "YYYY-MM-DD", ex: 2020-08-20

instances_id

string

Your instances id

content

string

Write your message

to

string

Destination phone number

{
    "success": true,
    "message": "Message Successfully Added to Queue"
}

Last updated