SMS Send Text

Simple Send SMS

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

Simple send sms from web url using get method

Query Parameters

Name
Type
Description

type*

string

must be CHEAP, PREMIUM or OTP

content*

string

Isi pesan, max 160 character

token*

string

Token key API

to*

string

Nomor hp penerima

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

Send SMS

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

Headers

Name
Type
Description

x-access-key*

string

Your Access Key API

Request Body

Name
Type
Description

type*

string

must be CHEAP, PREMIUM or VIP

time

string

to schedule, format time "H:i", ex: 15:10

date

string

to schedule, format date "Y-m-d", ex: 2020-08-20

content*

string

Isi pesan, max 160 character

to*

string

Nomor hp penerima

Last updated

Was this helpful?