Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface FlowActionActivecampaignListContacts

    interface FlowActionActivecampaignListContacts {
        id: string;
        alias?: string;
        type: "ACTIVECAMPAIGN";
        action: "LIST_CONTACTS";
        allow_failure?: boolean;
        mask_output?: boolean;
        params: FlowActionActivecampaignListContactsParams;
    }
    Index

    Properties

    id: string
    alias?: string
    type: "ACTIVECAMPAIGN"
    action: "LIST_CONTACTS"
    allow_failure?: boolean
    mask_output?: boolean