Auth0 · Schema

FlowAction

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-flowaction-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FlowAction",
  "title": "FlowAction",
  "type": "object",
  "oneOf": [
    {
      "$ref": "#/components/schemas/FlowActionActivecampaign"
    },
    {
      "$ref": "#/components/schemas/FlowActionAirtable"
    },
    {
      "$ref": "#/components/schemas/FlowActionAuth0"
    },
    {
      "$ref": "#/components/schemas/FlowActionBigquery"
    },
    {
      "$ref": "#/components/schemas/FlowActionClearbit"
    },
    {
      "$ref": "#/components/schemas/FlowActionEmail"
    },
    {
      "$ref": "#/components/schemas/FlowActionFlow"
    },
    {
      "$ref": "#/components/schemas/FlowActionGoogleSheets"
    },
    {
      "$ref": "#/components/schemas/FlowActionHttp"
    },
    {
      "$ref": "#/components/schemas/FlowActionHubspot"
    },
    {
      "$ref": "#/components/schemas/FlowActionJson"
    },
    {
      "$ref": "#/components/schemas/FlowActionJwt"
    },
    {
      "$ref": "#/components/schemas/FlowActionMailchimp"
    },
    {
      "$ref": "#/components/schemas/FlowActionMailjet"
    },
    {
      "$ref": "#/components/schemas/FlowActionOtp"
    },
    {
      "$ref": "#/components/schemas/FlowActionPipedrive"
    },
    {
      "$ref": "#/components/schemas/FlowActionSalesforce"
    },
    {
      "$ref": "#/components/schemas/FlowActionSendgrid"
    },
    {
      "$ref": "#/components/schemas/FlowActionSlack"
    },
    {
      "$ref": "#/components/schemas/FlowActionStripe"
    },
    {
      "$ref": "#/components/schemas/FlowActionTelegram"
    },
    {
      "$ref": "#/components/schemas/FlowActionTwilio"
    },
    {
      "$ref": "#/components/schemas/FlowActionWhatsapp"
    },
    {
      "$ref": "#/components/schemas/FlowActionXml"
    },
    {
      "$ref": "#/components/schemas/FlowActionZapier"
    }
  ]
}