-
-
Notifications
You must be signed in to change notification settings - Fork 255
Call Scheduling with scheduled_at + Retry Policy #511
Copy link
Copy link
Open
Description
The current POST /call API fires a call immediately. There's no scheduled_at, no retry_if_busy, no max_attempts. For outbound campaigns (the primary use case of this platform), one essentially need to build thei own cron job wrapper around Bolna.
Sample:
{
"schedule": {
"scheduled_at": "2026-02-20T10:00:00Z",
"timezone": "Asia/Kolkata",
"retry": { "max_attempts": 3, "backoff_minutes": 15, "retry_if": ["busy", "no-answer"] }
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels