Interface KeapTriggerNodeParameters

Source
interface KeapTriggerNodeParameters {
    eventId?: string;
    rawData?: boolean;
}

Properties§

Source§

readonly eventId?: string

Choose from the list, or specify an ID using an expression Type options: {"loadOptionsMethod":"getEvents"}

Source§

readonly rawData?: boolean

Whether to return the data exactly in the way it got received from the API