1

Access Webhook Settings

In your Contabull dashboard, navigate to Settings and click on Webhooks.
Webhook settings in light mode Webhook settings in dark mode
2

Create New Webhook

Click the Create button to begin setting up a new webhook.
Create webhook button in light mode Create webhook button in dark mode
3

Set URL Endpoint

Enter the URL where webhook notifications will be sent. You can create multiple endpoints for different events.
4

Choose Events

Select the events that will trigger this webhook.
5

Set Headers (Optional)

Configure any custom headers to be sent with the webhook requests.
Webhook configuration in light mode Webhook configuration in dark mode
6

Review Payload Example

Click Payload Example to see a sample of the data that will be sent to your endpoint.
Payload example in light mode Payload example in dark mode
7

Configure Source Keys (Optional)

Limit the webhook to specific source keys if desired. Note: You’ll need to include these keys with the requests that trigger the webhook.
Source key configuration in light mode Source key configuration in dark mode Additional configuration in light mode Additional configuration in dark mode Further configuration in light mode Further configuration in dark mode
8

Save Webhook Configuration

Click Create to finalize and save your webhook configuration.
Your webhook is now set up and visible in the Webhooks section. To modify it later, use the Edit button. Completed webhook setup in light mode Completed webhook setup in dark mode Next Steps:

Integrate API

Explore our API Reference to learn how to integrate the webhook into your application.