The payload for creating a notification scheme event. Defines which notifications should be sent for a specific event

interface NotificationSchemeEventPayload {
    event?: NotificationSchemeEventIdPayload;
    notifications?: NotificationSchemeNotificationDetailsPayload[];
}

Properties

The event ID to use for reference in the payload

The configuration for notification recipents