📋 Event Types
Below are the event types in the AccessRC webhook system. The Available events can be subscribed to today; the Planned events are documented for forward planning but are not yet accepted by theSubscribe Event endpoint.
✅ Available Event Types
These are the event types currently accepted by theSubscribe Event endpoint. You can confirm the live list at any time via the GetLookUpValues endpoint with data: "EventType".
| Event Type | Description |
|---|---|
DELIVERY_CHANNEL_STATUS_UPDATED | Delivery Channel request is approved or rejected |
DELIVERY_REQUEST_SENT | A new delivery request is created |
DELIVERY_REFUND_REQUESTED | A refund is requested for a delivery |
🚧 Planned Event Types (not yet available)
These events are on the roadmap and documented for planning purposes. They are not yet accepted by the
Subscribe Event endpoint — attempting to subscribe to them returns a validation error. Subscribe only to the Available event types above.| Event Type | Description |
|---|---|
PROGRAM_ELIGIBILITY_EVALUATED | Eligibility evaluations are shared |
PROGRAM_PULL_FORM | Program application form is pulled |
BENEFICIARY_SYNC | Beneficiary metadata is synchronized |
APPLICATIONS_IMPORT_RESULT | Imported applications result is ready |
✅ Subscribing to Events
Use theSubscribe Event API endpoint to subscribe your URL to one or more of the Available events.
You can subscribe to:
- A single event (e.g.,
DELIVERY_CHANNEL_STATUS_UPDATED)
Let us know if you’d like to propose a new event type or need help debugging your webhooks.
