curl –XPOST https://api.tyntec.com/conversations/v3/messages\ -H 'Content-Type: application/json' \ -H 'apikey: <API KEY>' \ -d '{ "from" : "{{whatsAppBusinessNumber}}", "to" : "{{receiverPhoneNumber}}", "channel" : "whatsapp", "content" : { "contentType" : "sticker", "sticker" : { "url": "https://www.tyntec.com/sites/default/files/2020-07/tyntec_rocket_sticker_512px_001_.webp" } } }'

ℹ️ Stickers can only be sent as session messages. It's not possible to send stickers as a media message template.
ℹ️ Check out our How to Create and Send Stickers Tutorial.