Marmik
10/27/2025, 3:45 PMVapi Support Bot
10/27/2025, 3:46 PMschedulePlan parameter when creating a call. This lets Vapi handle the callback automatically at the requested time—no need for your own job runner.
json
{
"assistantId": "your-assistant-id",
"phoneNumberId": "your-phone-number-id",
"customer": { "number": "+11231231234" },
"schedulePlan": { "earliestAt": "2025-05-30T14:00:00Z" }
}
Just set earliestAt to the candidate's requested callback time and Vapi will do the rest!
(See documentation for details: https://docs.vapi.ai/calls/outbound-calling)
Source:
- [Outbound Calling](https://docs.vapi.ai/calls/outbound-calling)