Send Sticker Message By URL

POST {{URL}}/v1/messages

To send a sticker message, make a POST call to /messages and attach a message object with type = sticker . Then, add a corresponding media object. Then, add a corresponding media object. Be sure to include the link to the sticker file.

Request Body

{"to"=>"{{Recipient-WA-ID}}", "type"=>"sticker", "recipient_type"=>"individual", "sticker"=>{"provider"=>{"name"=>"<Provider Name from Media Provider API, optional"}, "link"=>"<Image Link>"}}

HEADERS

| Key | Datatype | Required | Description | | Content-Type | string | | | | Authorization | string | | |

RESPONSES

status: OK

{"messages":[{"id":"gBGGFlBxZ0M_AgkSjW7mD4HxMUw"}],"meta":{"api_status":"stable","version":"v2.45.1"}}