Documentation Index
Fetch the complete documentation index at: https://docs.apifycloud.io/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
PATCH https://api.apifycloud.io/api/v1/video/{appId}/scheduled-calls/{id}
Authentication
Bearer token required. Scope:scheduling:write
Path parameters
appId(UUID, required)id(UUID, required) — the scheduled call id
Request body
All fields optional; at least one must be present.| Field | Type | Description |
|---|---|---|
scheduledAtUtc | string | New start time (ISO-8601 UTC). Triggers a rescheduled event and re-plans pending reminders. |
assignedAgentId | string | Reassign the call to a different agent. Triggers an assigned event. |
guestName | string | Update guest display name. |
guestPhone | string | null | Update or clear the guest phone. |
guestEmail | string | null | Update or clear the guest email. |
guestTimezone | string | Update the guest’s IANA timezone. |
guestIntakeNotes | string | Replace intake notes. |
reason | string | Optional free-text reason attached to the emitted event. |
Response
Errors
400 invalid_requestno editable fields provided or payload invalid403 forbiddenunauthorized for app or missing scope404 not_foundcall does not belong to this app409 conflictnew slot unavailable, or call is already in a final state (cancelled/completed/no_show)429 rate_limit_exceeded500 server_error