The request for the createNotification operation.

CreateNotificationRequest

interface CreateNotificationRequest {
    marketplaceId?: string;
    notificationParameters: { [key: string]: object };
    templateId: string;
}

Properties

marketplaceId?: string

An encrypted marketplace identifier for the posted notification.

CreateNotificationRequest

notificationParameters: { [key: string]: object }

The dynamic parameters required by the notification templated specified by templateId.

CreateNotificationRequest

templateId: string

The unique identifier of the notification template you used to onboard your application.

CreateNotificationRequest