Notify Job Offer

Overview

Sends notifications to resources about a job offer

Category: Notifications

Use this action to notify resources that they have been offered a job. Sends push notifications to all resources linked to the job offer via ResourceJobOffer records. The job offer must already exist with associated resource offers.

Request

Parameter Type Required Description Example
jobOfferId string Yes The ID of the job offer to notify resources about 0014ccb7-73ad-40e1-9282-2c492a0f313a

Response

This action’s output is available as $notifyJobOffer 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
}