Method : POST
| GET
Endpoint: {{ url('/') }}/send-sticker
Request Body : (JSON If POST)
Parameter | Type | Required | Description |
---|---|---|---|
api_key | string | Yes | API Key |
sender | string | Yes | Number of your device |
number | string | Yes | recipient number ex 72888xxxx|62888xxxx |
url | string | Yes | URL of media, must direct link |
Note: Make sure the url is direct link, not a link from google drive or other cloud storage
Example JSON Request
{
"api_key": "1234567890",
"sender": "62888xxxx",
"number": "62888xxxx",
"url": "https://example.com/image.jpg"
}
Example URL Request
{{ url('/') }}/send-sticker?api_key=1234567890&sender=62888xxxx&number=62888xxxx&url=https://example.com/image.jpg