Skip to main content
POST
/
message
/
sendSticker
/
{instance}
Send Sticker
curl --request POST \
  --url https://api.botifiy.com/message/sendSticker/{instance} \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '
{
  "number": "<string>",
  "sticker": "<string>",
  "delay": 123,
  "linkPreview": true,
  "mentionsEveryOne": true,
  "mentioned": [
    "<string>"
  ],
  "quoted": {
    "key": {
      "id": "<string>"
    },
    "message": {
      "conversation": "<string>"
    }
  }
}
'
{
  "key": {
    "remoteJid": "<string>",
    "fromMe": true,
    "id": "<string>"
  },
  "message": {
    "stickerMessage": {
      "url": "<string>",
      "mimetype": "<string>",
      "fileSha256": "<string>",
      "fileLength": "<string>",
      "seconds": 123,
      "ptt": true,
      "mediaKey": "<string>",
      "fileEncSha256": "<string>",
      "directPath": "<string>",
      "mediaKeyTimestamp": "<string>"
    }
  },
  "messageTimestamp": "<string>",
  "status": "<string>"
}

Authorizations

apikey
string
header
required

Path Parameters

instance
string
required

Name of the instance

Body

application/json
number
string
required

Number to receive the message (with country code)

sticker
string
required

url or base64

delay
integer

Presence time in milliseconds before sending message

Shows a preview of the target website if there's a link within the message

mentionsEveryOne
boolean

Mentioned everyone when the message send

mentioned
string[]

Numbers to mention

quoted
object

Response

201 - application/json

Created

key
object
message
object
messageTimestamp
string
status
string