Subscription Webhooks
Microsoft Kaizala API also provides a way for developers to register for specific events within the Kaizala platform via WebHooks.
WebHooks is a lightweight HTTP pattern providing a simple publisher/subscriber model for wiring together Web APIs and SaaS services. When an event happens in Kaizala, a notification is sent in the form of an HTTP POST request to registered subscribers. The POST request contains information about the event which makes it possible for the receiver to act accordingly.
Using WebHooks, you can subscribe to various events that occur within a conversation group context in Kaizala.
Operations
Get All Webhooks |
Get all webhooks on a group |
Subscribe To All Events |
Subscribe to all events at action level |
Unsubscribing A Webhook |
Unsubscribing awebhook |