Documentation Index
Fetch the complete documentation index at: https://docs.contabull.com/llms.txt
Use this file to discover all available pages before exploring further.
Access Webhook Settings
In your Contabull dashboard, navigate to Settings and click on Webhooks.
Create New Webhook
Click the Create button to begin setting up a new webhook.
Set URL Endpoint
Enter the URL where webhook notifications will be sent. You can create multiple endpoints for different events.
Choose Events
Select the events that will trigger this webhook.
Set Headers (Optional)
Configure any custom headers to be sent with the webhook requests.
Review Payload Example
Click Payload Example to see a sample of the data that will be sent to your endpoint.
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.
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.
Next Steps:
Integrate API
Explore our API Reference to learn how to integrate the webhook into your application.