Notify Shift Offer
Overview
Sends notifications to resources about a shift offer
Category: Notifications
Use this action to notify resources that they have been offered a shift. Sends push notifications to all resources linked to the shift offer via ResourceShiftOffer records. The shift offer must already exist with associated resource offers.
Request
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
shiftOfferId |
string | Yes | The ID of the shift offer to notify resources about | 0014ccb7-73ad-40e1-9282-2c492a0f313a |
Response
This action’s output is available as $notifyShiftOffer in JSONata expressions. See Response format for the standard result.data / result.errors structure and error handling patterns.
| Field | Type | Description |
|---|---|---|
result.data.success |
boolean | Whether the operation succeeded |
Example output:
{
"success": true
}
Feedback
Was this page helpful?