POST

https://{server-url}

/
message
/
sendSticker
/
{instance}
curl --request POST \
  --url https://{server-url}/message/sendSticker/{instance} \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '{
  "number": "<string>",
  "options": {
    "delay": 123,
    "presence": "composing"
  },
  "stickerMessage": {
    "image": "<string>"
  }
}'

Authorizations

apikey
string
headerrequired

Your authorization key header

Path Parameters

instance
string
required

ID of the instance to connect

Body

application/json
number
string
required

Number to receive the message (with country code)

options
object
stickerMessage
object
required