Skip to main content

Notification event

Notification event is the event that is generated when a workflow is triggered to subscribers. It contains workflow details, subscriber details payload sent during trigger, execution details of each step in the workflow and the result of the execution of each step.
string
Unique identifier of the notification
string
Environment ID of the notification
string
Organization ID of the notification
string
Subscriber ID of the notification
string
Transaction ID of the notification
string
Template ID of the notification
string
Digested Notification ID
string
Creation time of the notification
string
Last updated time of the notification
string[]
ActivityNotificationSubscriberResponseDto
Subscriber of the notification
ActivityNotificationTemplateResponseDto
Template of the notification
ActivityNotificationJobResponseDto[]
Jobs of the notification
{ [k: string]: any; }
Payload of the notification
string[]
Tags associated with the notification
{ [k: string]: any; }
Controls associated with the notification
{ [k: string]: any; }
To field for subscriber definition
ActivityTopicDto[]
Topics of the notification
SeverityLevelEnum
Severity of the workflow
boolean
Criticality of the notification
string[]
Context (single or multi) in which the notification was sent

Workflow

Workflow contains the details of the workflow that was triggered.
string
string
string
boolean
boolean
SubscriberPreferenceChannels
boolean
string[]
NotificationStepDto[]
string
string
string
NotificationTrigger[]
string
string
boolean
string
string
NotificationGroup
WorkflowResponseData
WorkflowIntegrationStatus

ChannelTypeEnum

ChannelTypeEnum is the type of the channel that the notification was sent to.