Interface GetResponseTriggerNodeParameters

Source
interface GetResponseTriggerNodeParameters {
    authentication?: "apiKey" | "oAuth2";
    events?: (
        | "click"
        | "open"
        | "survey"
        | "subscribe"
        | "unsubscribe"
    )[];
    listIds?: unknown[];
    options?: { delete?: boolean };
}

Properties§

§readonly authentication?: "apiKey" | "oAuth2"

Default: "apiKey"

§readonly events?: ("click" | "open" | "survey" | "subscribe" | "unsubscribe")[]

Default: []

§readonly listIds?: unknown[]

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

§readonly options?: { ... }

Default: {}