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.
The reminder is inserted with
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