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

    Interface FlowActionZapierTriggerWebhook

    interface FlowActionZapierTriggerWebhook {
        id: string;
        alias?: string;
        type: "ZAPIER";
        action: "TRIGGER_WEBHOOK";
        allow_failure?: boolean;
        mask_output?: boolean;
        params: Management.FlowActionZapierTriggerWebhookParams;
    }
    Index

    Properties

    id: string
    alias?: string
    type: "ZAPIER"
    action: "TRIGGER_WEBHOOK"
    allow_failure?: boolean
    mask_output?: boolean