Skip to main content
POST
Create an appointment

Authorizations

Authorization
string
header
required

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.

Body

application/json
customer_name
string
required
Required string length: 1 - 200
customer_phone
string
required
Required string length: 5 - 32
scheduled_start
string<date-time>
required

RFC 3339 with timezone offset (e.g. 2026-05-15T14:00:00+04:00).

scheduled_end
string<date-time>
required

Must be strictly after scheduled_start.

conversation_id
string<uuid> | null
lead_id
string<uuid> | null
offering_id
string<uuid> | null
customer_email
string<email> | null
location_text
string | null
Maximum string length: 500
status
enum<string>
Available options:
confirmed,
cancelled,
completed,
rescheduled,
no_show

Response

Appointment created.

id
string<uuid>
required
customer_name
string
required
customer_phone
string
required
scheduled_start
string<date-time>
required
scheduled_end
string<date-time>
required
status
enum<string>
required
Available options:
confirmed,
cancelled,
completed,
rescheduled,
no_show
created_at
string<date-time>
required
conversation_id
string<uuid> | null
lead_id
string<uuid> | null
offering_id
string<uuid> | null
customer_email
string<email> | null
location_text
string | null
google_calendar_event_id
string | null