cURL
curl --request POST \ --url https://{server-url}/chat/sendPresence/{instance} \ --header 'Content-Type: application/json' \ --header 'apikey: <api-key>' \ --data '{ "number": "<string>", "options": { "delay": 123, "presence": "composing" } }'
Send Presence (typing…)
Your authorization key header
ID of the instance to connect
Receiver phone number with country code
Show child attributes