EventTransformRequest interface
A transform request specify the properties of a notification event to be transformed.
event |
Event payload. |
event |
Event type. |
system |
System inputs. |
Event payload.
eventPayload: string
Property Value
string
Event type.
eventType: string
Property Value
string
System inputs.
systemInputs: {[key: string]: string}
Property Value
{[key: string]: string}