IntelyCare · AsyncAPI Specification
IntelyCare Shift Events
Version 1.0.0
Real-time updates on the status of submitted shifts. IntelyCare POSTs a signed JSON payload to a client-configured HTTPS endpoint when a shift is accepted by a healthcare professional (an "IntelyPro") or released back to the marketplace. Every webhook carries an `X-Signature-IC` header containing an HMAC hex digest (SHA256) of the body payload, computed with the webhook secret. Verify it before processing.
View Spec
View on GitHub
healthcarehealthcare-staffingnursingworkforce-managementschedulingshift-managementtimekeepingmarketplacewebhooksper-diemcredentialingpost-acute-careAsyncAPIWebhooksEvents
Channels
shiftAccept
Webhook event for shift accept.
shiftRelease
Webhook event for shift release.
Messages
ShiftAccept
Shift Accept
A shift request has been accepted by a healthcare professional.
ShiftRelease
Shift Release
A previously accepted shift has been released back to the marketplace.
Servers
https
clientReceiver
Client-hosted HTTPS receiver. IntelyCare delivers webhooks to a URL configured per client; the endpoint is not published in the API documentation. Replace with your own host.