curl --request POST \
--url https://api.wappfy.com.br/message/sendSticker/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"number": "<string>",
"options": {
"delay": 123,
"presence": "composing"
},
"stickerMessage": {
"image": "<string>"
}
}'
Enviar figurinha
curl --request POST \
--url https://api.wappfy.com.br/message/sendSticker/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"number": "<string>",
"options": {
"delay": 123,
"presence": "composing"
},
"stickerMessage": {
"image": "<string>"
}
}'
Seu cabeçalho da chave de autorização.
ID da instância.