Send sticker message
Endpoint: {{baseUrl}}/message/sticker
Method: POST
Category: Send message
📝 Description
This endpoint is used to send sticker message. You must include a valid access_token
in the headers.
🔐 Headers
Authorization
:Bearer {{access_token}}
Content-Type
:application/json
📥 Request Parameters
phone
: required, typestr
sticker
: required, typestr
instance_id
: required, typestr
📦 Example Request Body
{
"phone": "{{phoneNumber}}",
"sticker": "https://m.media-amazon.com/images/I/41xsPjrM-pL._SS400_.jpg",
"instance_id": "{{instanceId}}"
}