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