{
"chatId": "71234567890@c.us",
"typingTime": 5000, // [milliseconds]. The time is limited by values from 1 to 20 seconds. If the field is missing, the notification will last for 1 second.
"typingType": "recording" // The value can be: “recording” (sending a voice message). If the field is missing, a text message will be sent.
}
curl --location -g --request POST '/waInstance{{idInstance}}/sendTyping/{{apiTokenInstance}}' \
--header 'User-Agent: GREEN-API_POSTMAN/1.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"chatId": "71234567890@c.us",
"typingTime": 5000, // [milliseconds]. The time is limited by values from 1 to 20 seconds. If the field is missing, the notification will last for 1 second.
"typingType": "recording" // The value can be: “recording” (sending a voice message). If the field is missing, a text message will be sent.
}'