For the complete documentation index, see llms.txt. This page is also available as Markdown.

Sticker

This page describes reaction messages on the WhatsApp Business Platform.

Sticker messages display animated or static sticker images in a WhatsApp message.

Sticker Message Request

POST https://waba-v2.360dialog.io/messages

Use the messages endpoint to send a sticker message to a WhatsApp user.

Headers

Name
Value

Content-Type

application/json

Authorization

D360-API-KEY

Body Example

{
  "messaging_product": "whatsapp",
  "recipient_type": "individual",
  "to": "<WHATSAPP_USER_PHONE_NUMBER>",
  "type": "sticker",
  "sticker": {
    "id": "<MEDIA_ID>", <!-- Only if using uploaded media -->
    "link": "<MEDIA_URL>", <!-- Only if using hosted media (not recommended) -->
  }
}

Response

Supported Sticker Formats

Sticker Type
Extension
MIME Type
Max Size

Animated sticker

.webp

image/webp

500 KB

Static sticker

.webp

image/webp

100 KB

Last updated

Was this helpful?