curl --request POST \
--url https://api.zapperapi.com/{instanceId}/messages/sticker \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '{
"jid": "<string>",
"sticker": "<string>"
}'
Envia uma mensagem de mídia em formato de sticker para um número de telefone ou grupo.
curl --request POST \
--url https://api.zapperapi.com/{instanceId}/messages/sticker \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '{
"jid": "<string>",
"sticker": "<string>"
}'
Chave privada da API
Default Response