π¦Webhooks
Good to know: Webhooks is a premium feature only available on Enterprise plans. Please get in touch with BotTalk Support to enable webhooks in your projects.
How do webhooks work?
Webhooks allow you to subscribe to notifications on article status changes.
Every time article status changes, our server will send a POST request to your webhook endpoint with the following body:
webhook_id
variable is meant to be autoincremented. It can never be the same. Also, it can never decrease.
We wonβt check for the response code of your webhook, and we wonβt resend this call if your endpoint doesnβt respond.
Last updated