voice.config.get
read-only
Read the VAPI voice bot configuration for the current tenant. Returns null if not yet configured. API key is excluded. Read-only.
Input parameters
Returns object.
Output fields
| Field | Type | Required | Notes |
|---|---|---|---|
config | object · nullable | yes | |
config.id | string | yes | |
config.tenantId | string | yes | |
config.enabled | boolean | yes | |
config.vapiPhoneNumberId | string · nullable | yes | |
config.language | string | yes | |
config.greetingName | string · nullable | yes | |
config.createdAt | string | yes | |
config.updatedAt | string | yes |
voice.config.update
writes
Update voice bot settings: enabled toggle, language, or greeting name. API key is excluded from this surface for security — use the Operator Settings UI instead.
Input parameters
| Field | Type | Required | Notes |
|---|---|---|---|
enabled | boolean | no | |
language | string | no | |
greetingName | string · nullable | no |
Output fields
| Field | Type | Required | Notes |
|---|---|---|---|
id | string | yes | |
enabled | boolean | yes | |
language | string | yes | |
greetingName | string · nullable | yes | |
updatedAt | string | yes |