Skip to main content

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, type str
  • sticker: required, type str
  • instance_id: required, type str

📦 Example Request Body​

{
"phone": "{{phoneNumber}}",
"sticker": "https://m.media-amazon.com/images/I/41xsPjrM-pL._SS400_.jpg",
"instance_id": "{{instanceId}}"
}