Send Message API
Method
POST / GET
Endpoint
/send-message
Content-Type
application/json
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
api_key |
string | Yes | API key user |
sender |
string | Yes | Nomor device yang connected |
number |
string | Yes | Nomor tujuan, contoh 62888xxxx |
message |
string | Yes | Pesan yang dikirim |
POST JSON
POST /send-message
Content-Type: application/json
{
"api_key": "1234567890",
"sender": "62888xxxx",
"number": "62888xxxx",
"message": "Hello World"
}
GET URL
/send-message?api_key=1234567890&sender=62888xxxx&number=62888xxxx&message=Hello%20World