Developer Preview — This project is in active development. APIs may change. Provide feedback
Skip to content

@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?

optional deploymentFailed: boolean

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/notification.ts:351

Trigger notification when deployment fails.


deploymentStart?

optional deploymentStart: boolean

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/notification.ts:341

Trigger notification when deployment starts.


deploymentSuccess?

optional deploymentSuccess: 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?

optional origin: string

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/notification.ts:357

MRT API origin URL.

Default

ts
"https://cloud.mobify.com"

projectSlug

projectSlug: string

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/notification.ts:321

The project slug.


recipients?

optional recipients: string[]

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/notification.ts:336

Email recipients for this notification.


targets?

optional targets: string[]

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/notification.ts:331

Target slugs to associate with this notification.

Released under the Apache-2.0 License.