πWebhooks
Get notified about events related to your bots
POST Webhook/UpdateEndpoint
"your_webhook_url"Events
New Message Received
{
"message": {
"id": "int",
"leadId": "int",
"bot": "bool",
"type": "string",
"message": "string",
"url": "string",
"createdOn": "DateTime",
"manual": "bool"
},
"botId": "int"
}
New Lead
Last updated