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