Operator-initiated CRM write — public sibling of the agent-only crm_create_record tool. Per-tenant tenant_crm_field_mappings translate canonical Vorel keys to vendor-side keys before the driver call. Returns 200 + {ok:false, error} for the no-CRM-configured case + typed CrmError responses (auth_failed, rate_limited, validation_error, etc.) so SDK consumers handle soft failures without branching on HTTP status.
Documentation Index
Fetch the complete documentation index at: https://docs.vorel.ai/llms.txt
Use this file to discover all available pages before exploring further.
Tenant-issued API key. Format: vapk_live_<48 hex chars> (60 chars total). Issue + manage at /settings/integrations/api-keys in the Vorel dashboard. Each key has a scope set (read, leads:write, appointments:write, offerings:write); endpoints requiring a write scope reject keys without it with a 403 envelope.
contact, lead, deal, appointment, case Canonical Vorel field names (snake_case). Per-tenant tenant_crm_field_mappings translate these to the CRM-vendor key shape before the driver call.
1 - 200