Skip to main content

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

  1. You register a webhook – Provide your endpoint URL and the event you want to listen to.
  2. An event occurs – Example: An RFQ status changes.
  3. We send a notification – Our system sends a POST request to your registered URL with event details.
  4. 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.