Skip to content

Call Scheduling with scheduled_at + Retry Policy #511

@ashavijit

Description

@ashavijit

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"] }
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions