Request parameters for createNotification operation in AppIntegrationsApi.

AppIntegrationsApiCreateNotificationRequest

interface AppIntegrationsApiCreateNotificationRequest {
    body: CreateNotificationRequest;
}

Properties

Properties

The request body for the `createNotification` operation.

AppIntegrationsApiCreateNotification