Auth0 · Schema

FlowActionHubspot

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-flowactionhubspot-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FlowActionHubspot",
  "title": "FlowActionHubspot",
  "type": "object",
  "oneOf": [
    {
      "$ref": "#/components/schemas/FlowActionHubspotEnrollContact"
    },
    {
      "$ref": "#/components/schemas/FlowActionHubspotGetContact"
    },
    {
      "$ref": "#/components/schemas/FlowActionHubspotUpsertContact"
    }
  ]
}