@salesforce/b2c-tooling-sdk / operations/mrt / UpdateNotificationOptions
Interface: UpdateNotificationOptions ​
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/notification.ts:317
Options for updating a notification.
Properties ​
deploymentFailed? ​
optionaldeploymentFailed:boolean
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/notification.ts:351
Trigger notification when deployment fails.
deploymentStart? ​
optionaldeploymentStart:boolean
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/notification.ts:341
Trigger notification when deployment starts.
deploymentSuccess? ​
optionaldeploymentSuccess:boolean
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/notification.ts:346
Trigger notification when deployment succeeds.
notificationId ​
notificationId:
string
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/notification.ts:326
Notification ID.
origin? ​
optionalorigin:string
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/notification.ts:357
MRT API origin URL.
Default ​
"https://cloud.mobify.com"projectSlug ​
projectSlug:
string
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/notification.ts:321
The project slug.
recipients? ​
optionalrecipients:string[]
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/notification.ts:336
Email recipients for this notification.
targets? ​
optionaltargets:string[]
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/notification.ts:331
Target slugs to associate with this notification.