What are Webhooks:

Webhooks facilitate real-time communication between our system and your application through callback URLs and event-driven data updates. Whenever an event occurs within your organization, we will deliver the corresponding event data directly to your specified target endpoint.

You can configure webhook endpoints via APIs or Dashboard to be notified about events from Anchor. Each organisation can create multiple webhook endpoints for different types of events. All webhook endpoints must be configured with https URLs that accept POST requests with JSON payloads.

With webhooks, you have the flexibility to choose whether you want to be notified of all event types or only specific ones. This allows your application to react promptly to relevant events, eliminating the need for continuously polling our API to check for updates.
By utilizing webhooks, your integration with our APIs will be more efficient, as you will receive timely, secure and accurate event notifications, enabling your application to stay up-to-date in real-time.

Click on the link below to create a webhook.