curl --request POST \
--url https://{server-url}/flowise/changeStatus/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"remoteJid": "5511912345678@s.whatsapp.net",
"status": "closed"
}'
{
"message": "Status alterado com sucesso"
}
curl --request POST \
--url https://{server-url}/flowise/changeStatus/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"remoteJid": "5511912345678@s.whatsapp.net",
"status": "closed"
}'
{
"message": "Status alterado com sucesso"
}
Your authorization key header
Nome da instância
Corpo da requisição contendo o identificador remoto e o status a ser atualizado
The body is of type object
.
Status da instância Flowise atualizado com sucesso
The response is of type object
.