Webhooks Introduction
Webhooks allow real-time notifications about important events happening in your account, such as RFQ status updates and Quote status updates. By registering a webhook, you can receive automated event-driven notifications to your endpoint.
How Webhooks Work
- You register a webhook – Provide your endpoint URL and the event you want to listen to.
- An event occurs – Example: An RFQ status changes.
- We send a notification – Our system sends a
POST
request to your registered URL with event details. - Your system processes the request – You can store, analyze, or take action based on the webhook event.
Available Webhook Events
rfq.status_changed
– Triggers when an RFQ's status changes.quote.status_changed
– Triggers when a Quote's status changes.
To get started, register a webhook.