Send Notification

Overview

Sends a push notification or SMS to a resource

Category: Notifications

Use this action to send a one-off push notification or SMS to a resource.

Request

Parameter Type Required Description Example
resourceId string Yes The ID of the resource to notify 0014ccb7-73ad-40e1-9282-2c492a0f313a
message string Yes The message text Your job has been updated
protocol string Yes Notification type
Values: Push, SMS
Push

Response

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