IPD Admission Event
When an event occurs against an IPD admission (such as a clearance, stage change or other workflow action), a webhook event is sent to registered webhooks describing the action that was performed.
Field Definitions
• service: string - The type of service. For IPD events, this will be ipd.
• event: string - The type of event. This will be ipd_admissions_events.created or ipd_admissions_events.updated.
• event_time: integer - Event occurrence timestamp (epoch seconds).
• transaction_id: string - Unique transaction identifier for the event.
• timestamp: integer - Timestamp of the event (epoch seconds).
• business_id: string - The eka ID of the business.
• client_id: string - Client ID associated with the event.
• data: object - Contains details about the admission event.
• kind: string - The kind of event (e.g. CLEARANCE).
• by: object - The actor who performed the action.
• to: string - The resulting state of the action (e.g. COMPLETED).
Example Webhook Request
Endpoint: https://your-registered-webhook-url.com
Method: POST
Body
Type of service
"ipd"
Type of event
ipd_admissions_events.created, ipd_admissions_events.updated "ipd_admissions_events.created"
Event occurred timestamp
1782811749
Timestamp of the event
1782811749
Business ID for the admission
"7175620245483777"
Unique transaction identifier for the event
"93cfa0eb-f9af-4391-afd7-7f8409e45c22"
Client ID for the admission
"EC_1777984421469"

