Azhar
01/21/2026, 7:47 AMVapi Support Bot
01/21/2026, 7:48 AMlatestAt more than ~1 hour after earliestAt in schedulePlan. The recommended approach is to programmatically split your business hours into 1-hour windows and schedule each call with its own `earliestAt`/`latestAt` pair, ensuring all calls end before your business cutoff. For example:
json
"schedulePlan": {
"earliestAt": "2024-01-15T14:00:00Z",
"latestAt": "2024-01-15T15:00:00Z"
}
This guarantees no call starts after business hours. See the [API reference](https://docs.vapi.ai/api-reference/calls/create?explorer=true) for details.
Source:
- [Vapi API Reference: Create Call](https://docs.vapi.ai/api-reference/calls/create?explorer=true)