curl -X POST https://chatbot.menuia.com/api/settings \ -H "Content-Type: application/json" \ -d '{ "appkey": "SUA_APPKEY_AQUI", "authkey": "SUA_AUTHKEY_AQUI", "type": "chat", "message": "ID_DISPOSITIVO_AQUI", "statusWebhook": "true" }'
{ "status": 200, "message": "Webhook ativado com sucesso." }
statusWebhook
"chat"
"grupo"
"true"
"false"