Skip to main content

πŸ“‘ Webhook Introduction

Webhooks allow your system to receive real-time updates from AccessRC when specific events happenβ€”such as a delivery channel request approval, a new delivery request or a refund of delivery. When you subscribe to a webhook event, AccessRC will send an HTTP POST request to your defined URL whenever the event occurs.

πŸ§ͺ Why Use Webhooks?

  • βœ… Get notified immediately about changes
  • πŸ”„ Automate reactions to events (e.g., update your internal system)
  • πŸ“‰ Reduce polling and unnecessary API calls

πŸ”§ How Webhooks Work

  1. Subscribe to events using the Subscribe Event API endpoint .
  2. Define a webhook URL on your server that listens for POST requests.
  3. Handle incoming event data and respond with a 2xx status.