Index:
Creating the Sticker
The sticker must have a “format of 512x512” pixels and a size of up to 100 KB.
Image type (file extension) must be .webp
As with all media files uploaded on WhatsApp / Blip you need to upload the file, to have a public link.
Implementing in the builder
Initially, you can send a sticker in any block, in this case we will use the “Send Sticker” block
Inside the block it is necessary to create a dynamic content type message
Within the dynamic content you must define the type and content of the message
Type:
application/json
Content:
{
"recipient_type": "individual",
"type": "sticker",
"sticker": {
"link": "https://img-06.stickers.cloud/packs/5df297e3-a7f0-44e0-a6d1-43bdb09b793c/webp/8709a42d-0579-4314-b659-9c2cdb979305.webp"
}
}
Ready! Now just test it on your Smart Contact.
For more information, visit the discussion on the subject in our community or the videos on our channel. 😀