Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 8.91 KB

activitynotificationresponsedto.md

File metadata and controls

24 lines (21 loc) · 8.91 KB

ActivityNotificationResponseDto

Fields

Field Type Required Description
id Optional[str] Unique identifier of the notification
environment_id str ✔️ Environment ID of the notification
organization_id str ✔️ Organization ID of the notification
subscriber_id str ✔️ Subscriber ID of the notification
transaction_id str ✔️ Transaction ID of the notification
template_id Optional[str] Template ID of the notification
digested_notification_id Optional[str] Digested Notification ID
created_at Optional[str] Creation time of the notification
updated_at Optional[str] Last updated time of the notification
channels List[models.StepTypeEnum] N/A
subscriber Optional[models.ActivityNotificationSubscriberResponseDto] Subscriber of the notification
template Optional[models.ActivityNotificationTemplateResponseDto] Template of the notification
jobs List[models.ActivityNotificationJobResponseDto] Jobs of the notification
payload Optional[models.ActivityNotificationResponseDtoPayload] Payload of the notification
tags List[str] Tags associated with the notification
controls Optional[models.Controls] Controls associated with the notification
to Optional[models.ActivityNotificationResponseDtoTo] To field for subscriber definition