Webhooks
A webhook is an event-driven communication method that automatically sends data between applications via HTTP. This enables seamless API-based automation and allows event-triggered workflows to be executed in external platforms, such as messaging and notification systems. When a specific action or event occurs on the platform, a webhook sends data to an external system. This enables real-time integration with external tools without manual intervention.
To create a new webhook, navigate to the Webhooks section in the administration settings and click Create New Webhook.
Configure the webhook details, including:
-
Webhook name,
-
Webhook endpoint - destination URL,
-
Webhook request timeout in second,
-
Event trigger - either all system events or individual events defined in chapter 6.3.
No Comments