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

@salesforce/b2c-tooling-sdk / operations/mrt / CreateNotificationOptions

Interface: CreateNotificationOptions

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

Options for creating a notification.

Properties

deploymentFailed?

optional deploymentFailed: boolean

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

Trigger notification when deployment fails.


deploymentStart?

optional deploymentStart: boolean

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

Trigger notification when deployment starts.


deploymentSuccess?

optional deploymentSuccess: boolean

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

Trigger notification when deployment succeeds.


origin?

optional origin: string

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

MRT API origin URL.

Default

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

projectSlug

projectSlug: string

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

The project slug.


recipients

recipients: string[]

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

Email recipients for this notification.


targets

targets: string[]

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

Target slugs to associate with this notification.

Released under the Apache-2.0 License.