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

    Interface FlowActionActivecampaignUpsertContact

    interface FlowActionActivecampaignUpsertContact {
        id: string;
        alias?: string;
        type: "ACTIVECAMPAIGN";
        action: "UPSERT_CONTACT";
        allow_failure?: boolean;
        mask_output?: boolean;
        params: FlowActionActivecampaignUpsertContactParams;
    }
    Index

    Properties

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