Skip to main content

Adullam Webhooks Overview

This section provides an overview of webhook management operations within the Adullam platform: Create Webhook, Get Webhook, Update Webhook, List Webhooks, and Delete Webhook. It explains how to register and manage webhook endpoints, how to retrieve and update webhook configurations, and how to list or remove subscriptions so partners can reliably receive and manage event notifications.

Core Webhook Management

Adullam supports the following core webhook management operations:

More About Webhook Management Operations

Registering a new webhook endpoint allows you to receive real-time event notifications from the Adullam platform. Use the Create Webhook API to specify the target URL, subscribed events, and any custom headers required for your webhook.
Retrieving a specific webhook provides detailed information about its configuration. Use the Get Webhook API to access details such as the webhook URL, subscribed events, status, and delivery history for a given webhook ID.
Modifying an existing webhook’s configuration enables you to change its settings as needed. Use the Update Webhook API to update parameters such as the target URL, event subscriptions, or custom headers for a specific webhook.
Listing all registered webhooks provides an overview of the webhook endpoints associated with your account. Use the List Webhooks API to retrieve a comprehensive list of webhooks, including their IDs, URLs, and statuses.
Removing a registered webhook endpoint stops event notifications from being sent to that URL. Use the Delete Webhook API to delete a specific webhook by its ID, ensuring that you no longer receive events for that subscription.

Support

For assistance with Adullam webhook management operations, please refer to the support documentation or contact our support team at [email protected].