Interface EmeliaTriggerNodeParameters

Source
interface EmeliaTriggerNodeParameters {
    campaignId?: string;
    events?: (
        | "unsubscribed"
        | "opened"
        | "bounced"
        | "replied"
        | "sent"
        | "clicked"
    )[];
}

Properties§

Source§

readonly campaignId?: string

Choose from the list, or specify an ID using an expression Type options: {"loadOptionsMethod":"getCampaigns"}

Source§

readonly events?: (
    | "unsubscribed"
    | "opened"
    | "bounced"
    | "replied"
    | "sent"
    | "clicked"
)[]

Default: []