Back to Node Auth0

Interface FlowActionSlackPostMessage

docs/interfaces/management.Management.FlowActionSlackPostMessage.html

5.9.11.3 KB
Original Source

Interface FlowActionSlackPostMessage

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

Index

Properties

idalias?typeactionallow_failure?mask_output?params

Properties

id

id: string

Optionalalias

alias?: string

type

type: "SLACK"

action

action: "POST_MESSAGE"

Optionalallow_failure

allow_failure?: boolean

Optionalmask_output

mask_output?: boolean

params

params: FlowActionSlackPostMessageParams

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idaliastypeactionallow_failuremask_outputparams