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