Last modified: Dec 16, 2024

InitializeCorrespondenceNotificationExt

Description of the properties for the object

Link to InitializeCorrespondenceNotificationExt

Used to specify a single notification connected to a specific Correspondence during the Initialize Correspondence operation

notificationTemplate

Type: NotificationTemplateExt

Specifies which of the notification templates to use for the notification

notificationChannel

Type: NotificationChannelExt

Which channel to use for the notification

  • Email
  • Sms
  • Email preferred
  • Sms preferred

reminderNotificationChannel

Type: NotificationChannelExt?

Which channel to use for the reminder notification

  • Email
  • Sms
  • Email preferred
  • Sms preferred

emailSubject

Type: string?

Subject for email if email is chosen as notification channel

emailBody

Type: string?

Body for email if email is chosen as notification channel

smsBody

Type: string?

Body for sms if sms is chosen as notification channel

sendReminder

Type: string?

Used to decide a reminder be sent if the correspondence is not read within 7 days

reminderEmailSubject

Type: string?

Subject for reminder email if email is chosen as notification channel

reminderEmailBody

Type: string?

Body for reminder email if email is chosen as notification channel

reminderSmsBody

Type: string?

Body for reminder sms if sms is chosen as notification channel

requestedSendTime

Type: DateTimeOffset?

When the notification should be sent to the recipients. If none are specified, the notification is sent 5 minutes after the correspondence has been published

customNotificationRecipientExt

Type: customNotificationRecipientExt?

A list of custom recipients for the notification. If not set, the notification will be sent to the recipient of the Correspondence. For more details about custom recipients see this part of the documentation