Creates and publishes new notification.

Basic Parameters

ParameterDescription
NotificationNew notification data.

For example:
{
"targetGroups": [
{
"id": "cC9DB61a-DBBE-ed8b-2fCC-324ff3c5d69D",
"targets": [
{
"template": {
"id": "string",
"attributes": {}
},
"displayName": "string",
"alias": "string",
"kind": "string",
"status": "active",
"details": {}
}
]
}
],
"event": {}
}

Advanced Parameters

ParameterDescription
Correlation IDID to correlate multiple requests.
ModeNotification creation mode.
TimeoutTime to wait before consistency=query throws.
Transaction IDID for a transaction.

Example Output

{
	"_status": {
		"status": 0,
		"code": "string"
	},
	"_meta": {
		"stats": {
			"offset": 0,
			"limit": 0,
			"total": 0
		},
		"origin": {}
	}
}

Workflow Library Example

Create Notification with Proofpoint Itm and Send Results Via Email

Preview this Workflow on desktop