A transform request specify the properties of a notification event to be transformed.

interface EventTransformRequest {
    eventPayload: string;
    eventType: string;
    systemInputs: { [key: string]: string };
}

Properties

eventPayload: string

Event payload.

eventType: string

Event type.

systemInputs: { [key: string]: string }

System inputs.