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

    Interface FlowActionSlackPostMessage

    interface FlowActionSlackPostMessage {
        id: string;
        alias?: string;
        type: "SLACK";
        action: "POST_MESSAGE";
        allow_failure?: boolean;
        mask_output?: boolean;
        params: FlowActionSlackPostMessageParams;
    }
    Index

    Properties

    id: string
    alias?: string
    type: "SLACK"
    action: "POST_MESSAGE"
    allow_failure?: boolean
    mask_output?: boolean