Sanya
10/13/2025, 2:26 PMVapi Support Bot
10/13/2025, 2:27 PMjson
{
"nodes": [
{ "type": "conversation", "name": "Ask for info", "isStart": true },
{ "type": "apiRequest", "name": "Fetch data", "url": "https://your-api.com/data", "method": "POST" }
],
"edges": [
{ "from": "Ask for info", "to": "Fetch data" }
]
}
After the user responds, the workflow will automatically call your API and update the context for the next step.
For more details, see the [workflow example](https://docs.vapi.ai/workflows/examples/property-management#add-api-request-node-for-tenant-lookup).
Source:
- [Property management call routing](https://docs.vapi.ai/workflows/examples/property-management#add-api-request-node-for-tenant-lookup)