Interface ActiveCampaignTriggerNodeParameters

Source
interface ActiveCampaignTriggerNodeParameters {
    events?: string[];
    sources?: ("public" | "admin" | "api" | "system")[];
}

Properties§

Source§

readonly events?: string[]

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

Source§

readonly sources?: ("public" | "admin" | "api" | "system")[]

Default: []