Vapi · Schema

CredentialActionRequest

AIVoiceAgentsRealtimeCPaaS

Properties

Name Type Description
action_name string
input object
View JSON Schema on GitHub

JSON Schema

vapi-credentialactionrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CredentialActionRequest",
  "title": "CredentialActionRequest",
  "type": "object",
  "properties": {
    "action_name": {
      "type": "string"
    },
    "input": {
      "type": "object"
    }
  },
  "required": [
    "action_name",
    "input"
  ]
}