Interface GetResponseTriggerNodeParameters

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

Properties§

Source§

readonly authentication?: "apiKey" | "oAuth2"

Default: "apiKey"

Source§

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

Default: []

Source§

readonly listIds?: unknown[]

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

Source§

readonly options?: { delete?: boolean }

Default: {}