Interface MauticTriggerNodeParameters

Source
interface MauticTriggerNodeParameters {
    authentication?: "oAuth2" | "credentials";
    events?: unknown[];
    eventsOrder?: "ASC" | "DESC";
}

Properties§

Source§

readonly authentication?: "oAuth2" | "credentials"

Default: "credentials"

Source§

readonly events?: unknown[]

Choose from the list, or specify IDs using an expression Default: [] Type options: {"loadOptionsMethod":"getEvents"}

Source§

readonly eventsOrder?: "ASC" | "DESC"

Order direction for queued events in one webhook. Can be “DESC” or “ASC”. Default: "ASC"