Sending Stickers

Add fun into your conversation

Introduction

Stickers are a great way to add more fun and make the conversation more lively, WhatsApp Official & WhatsApp Web Automation supports Stickers & Animated Stickers.

Stickers Common Rules

  1. Each sticker should have a transparent background.

  2. Stickers must be exactly 512x512 pixels.

  3. Each sticker must be less than 100 KB.

  4. Supports only .png & .webp file formats

Kindly refer to the WhatsApp Official Documentation for more details on how to create stickers.

Type of Stickers

WhatsApp Support 2 types of Stickers as below;

Normal Sticker

This is the widely used Sticker format, you can create your own branded sticker, just save the image as .png file, just make sure the background is transparent and dimension is set to 512 x 512 pixel and not exceeding 100 KB size, you can explore more samples here https://getstickerpack.com/stickers

Sample Sticker

Animated Stickers

Animated stickers are a great way to express emotions, animated stickers must be in the .webp format, you can convert a gif file to webp format using an online convert like https://ezgif.com/gif-to-webp, just make sure the dimension is 512 x 512 pixel and size not exceeding 100 KB

Sample Animated Sticker

Sample API Request

Endpoint (POST Method)

https://pickyassist.com/app/api/v2/push

Sample Push API

{
   "token":"yourtoken",
   "application":"10",
   "globalmedia":"https://pickyassist.com/resources/sample.webp",
   "sticker":1,
   "data":[
      {
         "number":"94005507",
         "message":""
      }
   ]
}

Last updated