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
POST https://api.apifycloud.io/api/v1/video/{appId}/scheduled-calls/{id}/reminders
Authentication
Bearer token required. Scope:scheduling:write
Path parameters
appId(UUID, required)id(UUID, required) — the scheduled call id
Request body
All fields optional.| Field | Type | Description |
|---|---|---|
kind | string | Defaults to reminder_custom. Other accepted values match the lifecycle kinds (invitation, reminder_24h, reminder_1h, reminder_15m, cancellation). |
channel | string | v1 only dispatches whatsapp; the row inserts regardless. |
recipient | string | Overrides the recipient identifier. Falls back to the call’s guest_phone → guest_email. |
status='pending' and picked up by the scheduled-calls reminder cron on its next tick (~1 min cadence), bypassing the cron’s normal schedule.
Response
Returns202 Accepted.
Errors
400 invalid_requestunknownkind/channelor invalid payload403 forbiddenunauthorized for app or missing scope404 not_foundcall does not belong to this app409 conflictcall is in a final state and cannot receive reminders429 rate_limit_exceeded500 server_error