rSperle
09/29/2025, 8:48 PMVapi Support Bot
09/29/2025, 8:51 PMassistantId, phoneNumberId, and customer numbers) are correctly set. If the issue persists, contact Vapi support with your campaign ID for further investigation.
json
// Example PATCH to re-save campaign (replace placeholders)
curl -X PATCH https://api.vapi.ai/campaign/<campaign_id> \
-H "Authorization: Bearer <token>" \
-H "Content-Type: application/json" \
-d '{"name":"<your_campaign_name>"}'
[More details in the documentation](https://discord.com/channels/1211482211119796234/1372358449761091584)
Sources:
- [Vapi outbound call not triggering (Discord)](https://discord.com/channels/1211482211119796234/1372358449761091584)
- [Vapi Campaign API Reference](https://docs.vapi.ai/api-reference/campaigns/campaign-controller-update)rSperle
09/30/2025, 11:21 AMChiranjeet Mishra
10/01/2025, 7:17 PMearliestAt time is not set to a future date
- Ensure your assistant and phone number configurations are still valid
To fix this:
1. Import a phone number from a supported provider if using a free number
2. Adjust your campaign's concurrency settings
3. If needed, schedule calls with proper timing:
{
"assistantId": "your-assistant-id",
"phoneNumberId": "your-phone-number-id",
"customer": {
"number": "+1234567890"
}
}
If this doesn’t resolve the issue, please let us know and we’ll be happy to step in and assist further.