curl --request POST \
--url https://converso-whatsapp-api.p.rapidapi.com/chat/sendPresence/{instance} \
--header 'Content-Type: application/json' \
--header 'instanceCode: <api-key>' \
--header 'x-rapidapi-key: <api-key>' \
--data '
{
"number": "<string>",
"options": {
"delay": 123,
"presence": "composing",
"number": "<string>"
}
}
'This response has no body data.Send Presence (typing…)
curl --request POST \
--url https://converso-whatsapp-api.p.rapidapi.com/chat/sendPresence/{instance} \
--header 'Content-Type: application/json' \
--header 'instanceCode: <api-key>' \
--header 'x-rapidapi-key: <api-key>' \
--data '
{
"number": "<string>",
"options": {
"delay": 123,
"presence": "composing",
"number": "<string>"
}
}
'This response has no body data.Your authorization key header
Your rapid api key
Name of the instance