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

    Interface FlowActionMailchimpUpsertMember

    interface FlowActionMailchimpUpsertMember {
        id: string;
        alias?: string;
        type: "MAILCHIMP";
        action: "UPSERT_MEMBER";
        allow_failure?: boolean;
        mask_output?: boolean;
        params: FlowActionMailchimpUpsertMemberParams;
    }
    Index

    Properties

    id: string
    alias?: string
    type: "MAILCHIMP"
    action: "UPSERT_MEMBER"
    allow_failure?: boolean
    mask_output?: boolean