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:Create Webhook
Register a new webhook endpoint to receive event notifications from the Adullam platform.
Get Webhook
Retrieve details and configuration for a specific webhook by its ID.
Update Webhook
Modify an existing webhook’s configuration (URL, events, or headers).
List Webhooks
List all registered webhooks associated with your account.
Delete Webhook
Remove a registered webhook endpoint to stop receiving event notifications.
More About Webhook Management Operations
Create Webhook
Create Webhook
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.
Get Webhook
Get 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.
Update Webhook
Update Webhook
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.
List Webhooks
List Webhooks
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.
Delete Webhook
Delete Webhook
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].