Webhooks
Explore using webhooks with DJfindr.
DJfindr offers webhook capabilities for real-time event notifications. Webhooks allow your system to receive updates from DJfindr whenever specific events occur, such as booking updates, payment status changes, or profile modifications.
How webhooks work
Webhooks are tailored to your specific needs and are not automatically available. To set up a webhook connection:
Request Setup: Contact our team with details about the events you want to subscribe to and the endpoint URL where notifications should be sent.
Configuration: DJfindr will configure your webhook connection and provide any necessary credentials or tokens for secure communication.
Event Delivery: Once configured, DJfindr will send HTTP POST requests to your endpoint with event details whenever the specified events occur.
Webhook Features
Customizable: Only the events you request will be sent to your webhook endpoint.
Secure Communication: Webhook payloads are sent over HTTPS to ensure data integrity and security.
Real-Time Updates: Receive near-instant notifications for subscribed events, reducing the need for frequent API polling.
Setting Up Your Webhook
To set up a webhook, email [email protected] or contact your DJfindr account manager with the following details:
Your webhook endpoint URL (must support HTTPS).
The specific events you want to subscribe to (e.g., booking updates, payment notifications).
Any special requirements or authentication needs for your endpoint.
After receiving your request, the DJfindr team will guide you through the setup process.
Last updated