Skip to main content
Create a new notification.
External DocumentationTo learn more, visit the Alertmedia documentation.

Basic Parameters

ParameterDescription
Can Change ResponseSelect to allow changing the response.
Cascade In Channel DelayThe number of seconds to delay between each notification without a response if a user has multiple channel options in each channel.
MessagesAn array of JSON objects containing messages details to create a new notification.

Required keys: format and message.

For Example:
[
{
“message”: “New Email Test Notification Again”,
“format”: “email”,
“subject”: “New Subject”,
“is_html”: true,
“layout”: 123456,
“plain_text_message”: “New Email Test Notification Again”,
“rich_text_message”: “New Email Test Notification Again”
}
]

For more information, please refer to Create a notification API.
Recipient TiersAn array of JSON objects containing recipient tier.

Important Note: A recipient tier object must have either users, groups or filters attributes (or all three).

For Example:
[
{
“users”: [123, 456],
“groups”: [],
“filters”: [],
“tier_order_index”: 1,
“next_tier_delay”: “01:15:00”
}
]

For more information, please refer to Create a notification API, and to Create an escalating notification.
RetriesThe number of times to retry sending a notification without a response to a user.
Retry DelayThe number of seconds to delay between each notification without a response.
Schedule The NotificationSelect whether to schedule the notification.
Scheduled DateThe date and time to schedule the notification to.
Survey ChoicesA JSON array of survey objects. Required when selecting survey in the Type Of Notification parameter. For more information please refer to AlertMedia ‘Send a Survey’.
Target FormatsThe formats of the notifications to create.
Type Of NotificationThe type of notification to create.

Available options:
- none: Regular Notification.
- received: Read Confirmation Notification.
- survey: Survey.

Advanced Parameters

ParameterDescription
Communication PreferenceThe communication preference that the notification will be based on.
Conference CallSelect to create a conference call notification.

Workflow Library Example

Create Notification with Alertmedia and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop