interface GetResponseTriggerNodeParameters {
authentication?: "apiKey" | "oAuth2";
events?: (
| "click"
| "open"
| "survey"
| "subscribe"
| "unsubscribe"
)[];
listIds?: unknown[];
options?: { delete?: boolean };
}Properties§
§§§
readonly authentication?: "apiKey" | "oAuth2"§
readonly events?: ("click" | "open" | "survey" | "subscribe" | "unsubscribe")[]Default: []
readonly list Ids?: unknown[]Choose from the list, or specify IDs using an expression Default: [] Type options: {"loadOptionsMethod":"getLists"}
readonly options?: { ... }Default: {}
Default: "apiKey"