Send Sticker On Whatsapp December 18, 2023 15:07 Updated Index: Creating the Sticker Implementing in the builder 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. Sticker example. 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. 😀 Related articles Audience file configuration - Bulk notification sending Data Tables How to Generate Shareable Links in Blip Sending WhatsApp Active Messages on Blip Desk Exit Conditions in the Builder