Webhooks and Events
Webhooks provide a powerful way to receive real-time notifications about events and transactions initiated through our API. By adding webhook URLs to your API credentials, you can ensure that your application stays updated with the latest information without needing to continuously poll our API endpoints.
What are Webhooks:
Webhooks enable real-time communication between our system and your application through callback URLs and event-driven data updates. Whenever an event occurs in your organization, we send the relevant event data directly to your specified endpoint.
You can set up webhook endpoints via APIs or the Dashboard to receive notifications about events from NectarOS. Each organization can create multiple endpoints for different events, all of which must use HTTPS URLs that accept POST requests with JSON payloads.
Webhooks give you the flexibility to choose whether to be notified of all event types or only specific ones. This allows your application to respond promptly to relevant events, eliminating the need to continuously poll our API for updates.
By using webhooks, your integration with our APIs will be more efficient, as you'll receive timely, secure, and accurate event notifications, keeping your application up-to-date in real-time.
Click the link below for steps on how to setup webhooks for your application.
Updated 2 months ago