Actions
Create Notification
Creates and publishes new notification.
Basic Parameters
Parameter | Description |
---|---|
Notification | New 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
Parameter | Description |
---|---|
Correlation ID | ID to correlate multiple requests. |
Mode | Notification creation mode. |
Timeout | Time to wait before consistency=query throws. |
Transaction ID | ID for a transaction. |
Example Output
Workflow Library Example
Create Notification with Proofpoint Itm and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?