Auth0 · Schema

FlowActionZapierTriggerWebhookParams

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
connection_id string
method string
View JSON Schema on GitHub

JSON Schema

auth0-flowactionzapiertriggerwebhookparams-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FlowActionZapierTriggerWebhookParams",
  "title": "FlowActionZapierTriggerWebhookParams",
  "type": "object",
  "additionalProperties": true,
  "required": [
    "connection_id"
  ],
  "properties": {
    "connection_id": {
      "type": "string",
      "maxLength": 30,
      "format": "flows-vault-connections-id"
    },
    "method": {
      "type": "string",
      "enum": [
        "GET",
        "POST",
        "PUT"
      ]
    }
  }
}