Property description
The sendNotification action type sends a notification configured in a notification template.
Minimal JSON
{
"key": "",
"type": "sendNotification",
"notificationTemplateKey": ""
}
Nested properties
| Property | Description | Values | Mandatory |
|---|---|---|---|
key | Key of the action. | string | Yes |
type | sendNotification | string | Yes |
notificationTemplateKey | Key of the notification template. For dynamic expressions usable in notifications for automation, see Dynamic Expressions. | string | Yes |