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

    Interface FlowActionSlackPostMessageParams

    interface FlowActionSlackPostMessageParams {
        connection_id: string;
        text?: string;
        attachments?: Management.FlowActionSlackPostMessageParamsAttachment[];
    }
    Index

    Properties

    connection_id: string
    text?: string