curl --request PUT \
--url https://api.wappfy.com.br/chat/updateBot/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"chat": "<string>",
"botDisabled": true
}'
{
"message": "Bot contact updated"
}
Ativar ou desativar o bot para um contato específico
curl --request PUT \
--url https://api.wappfy.com.br/chat/updateBot/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"chat": "<string>",
"botDisabled": true
}'
{
"message": "Bot contact updated"
}
Seu cabeçalho da chave de autorização.
ID da instância.
Created
The response is of type object
.