Skip to main content

📋 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 the Subscribe Event endpoint.

✅ Available Event Types

These are the event types currently accepted by the Subscribe Event endpoint. You can confirm the live list at any time via the GetLookUpValues endpoint with data: "EventType".
Event TypeDescription
DELIVERY_CHANNEL_STATUS_UPDATEDDelivery Channel request is approved or rejected
DELIVERY_REQUEST_SENTA new delivery request is created
DELIVERY_REFUND_REQUESTEDA 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 TypeDescription
PROGRAM_ELIGIBILITY_EVALUATEDEligibility evaluations are shared
PROGRAM_PULL_FORMProgram application form is pulled
BENEFICIARY_SYNCBeneficiary metadata is synchronized
APPLICATIONS_IMPORT_RESULTImported applications result is ready

✅ Subscribing to Events

Use the Subscribe 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.