ActivityNotificationResponseDto
January 14, 2026 ยท View on GitHub
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | Optional<String> | :heavy_minus_sign: | Unique identifier of the notification |
environmentId | String | :heavy_check_mark: | Environment ID of the notification |
organizationId | String | :heavy_check_mark: | Organization ID of the notification |
subscriberId | String | :heavy_check_mark: | Subscriber ID of the notification |
transactionId | String | :heavy_check_mark: | Transaction ID of the notification |
templateId | Optional<String> | :heavy_minus_sign: | Template ID of the notification |
digestedNotificationId | Optional<String> | :heavy_minus_sign: | Digested Notification ID |
createdAt | Optional<String> | :heavy_minus_sign: | Creation time of the notification |
updatedAt | Optional<String> | :heavy_minus_sign: | Last updated time of the notification |
channels | List<StepTypeEnum> | :heavy_minus_sign: | N/A |
subscriber | Optional<ActivityNotificationSubscriberResponseDto> | :heavy_minus_sign: | Subscriber of the notification |
template | Optional<ActivityNotificationTemplateResponseDto> | :heavy_minus_sign: | Template of the notification |
jobs | List<ActivityNotificationJobResponseDto> | :heavy_minus_sign: | Jobs of the notification |
payload | Map<String, Object> | :heavy_minus_sign: | Payload of the notification |
tags | List<String> | :heavy_minus_sign: | Tags associated with the notification |
controls | Map<String, Object> | :heavy_minus_sign: | Controls associated with the notification |
to | Map<String, Object> | :heavy_minus_sign: | To field for subscriber definition |
topics | List<ActivityTopicDto> | :heavy_minus_sign: | Topics of the notification |
severity | Optional<SeverityLevelEnum> | :heavy_minus_sign: | Severity of the workflow |
critical | Optional<Boolean> | :heavy_minus_sign: | Criticality of the notification |
contextKeys | List<String> | :heavy_minus_sign: | Context (single or multi) in which the notification was sent |