Ak4zA
05/20/2025, 5:28 AMVapi Support Bot
05/20/2025, 5:29 AMvapi. This is required before you can attach a workflow.
If the Vapi option is missing or cannot be selected, try refreshing the page or logging out and back in. If the issue persists, contact Vapi support as it may be a UI or account issue.
[See the official workflow setup guide for reference.](https://docs.vapi.ai/workflows#step-2-switch-provider-to-vapi)
Source:
- [Vapi Workflows Guide](https://docs.vapi.ai/workflows#step-2-switch-provider-to-vapi)Alex
05/20/2025, 7:39 AMKings_bigđź’«
05/20/2025, 1:39 PMAk4zA
05/20/2025, 2:55 PMAk4zA
05/20/2025, 2:55 PMrealG
05/20/2025, 5:57 PMChiranjeet Mishra
05/20/2025, 8:04 PMVapi model has been removed, and to use the workflows now you can directly attach them to the phone-numbers, and can test directly as used to do with assistant and squads. Let me know if you still require further help.Ak4zA
05/21/2025, 7:37 AMrealG
05/21/2025, 2:39 PMAk4zA
05/21/2025, 3:00 PMAk4zA
05/21/2025, 3:04 PMAk4zA
05/22/2025, 2:11 PMShubham Bajaj
05/22/2025, 3:52 PMShubham Bajaj
05/22/2025, 3:55 PMShubham Bajaj
05/22/2025, 3:57 PMShubham Bajaj
05/22/2025, 3:58 PMAk4zA
05/25/2025, 2:44 PMVapi Support Bot
05/25/2025, 2:46 PMVapi Support Bot
05/25/2025, 2:47 PMjson
{
"type": "function",
"function": {
"name": "interview-generator",
"parameters": {
"role": "string",
"type": "string",
"level": "string",
"amount": "string",
"techstack": "string"
}
},
"server": {
"url": "https://interview-assist-eu.vercel.app/api/vapi/generate"
}
}
If the tool works with a sample webhook but not your real endpoint, check your endpoint's logs for errors and ensure it accepts POST requests from Vapi's servers.
Sources:
- [Custom Tools Documentation](https://docs.vapi.ai/tools/custom-tools)
- [Dynamic Variables Documentation](https://docs.vapi.ai/assistants/dynamic-variables)Vapi Support Bot
05/26/2025, 8:51 AMAk4zA
05/26/2025, 8:51 AMVapi Support Bot
05/26/2025, 8:52 AMVapi Support Bot
05/26/2025, 8:52 AMChiranjeet Mishra
05/26/2025, 10:17 AMShivam-jha2712
11/22/2025, 5:30 PMShivam-jha2712
11/22/2025, 5:32 PMkyle
11/26/2025, 8:05 PMkyle
11/26/2025, 8:05 PMcurl -X POST https://api.vapi.ai/call \
-H "Authorization: Bearer " \
-H "Content-Type: application/json" \
-d '{
"assistantId": "",
"phoneNumberId": "",
"customer": {
"number": ""
}
}'kyle
11/26/2025, 8:06 PMShivam-jha2712
11/26/2025, 9:59 PMkyle
12/25/2025, 2:35 AM