Skip to content

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

Function: getNotification() ​

getNotification(options, auth): Promise<object & object & object>

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

Gets a notification from an MRT project.

Parameters ​

options ​

GetNotificationOptions

Get notification options

auth ​

AuthStrategy

Authentication strategy (ApiKeyStrategy)

Returns ​

Promise<object & object & object>

The notification

Throws ​

Error if request fails

Released under the Apache-2.0 License.