cURL
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>" } }'
Send Sticker
Your authorization key header
ID of the instance to connect
Number to receive the message (with country code)
Show child attributes