GILGAMESH
10/15/2025, 11:47 AMVapi Support Bot
10/15/2025, 11:49 AMjson
{
"nodes": [
{
"type": "tool",
"name": "lookup_customer",
"toolId": "your-tool-id-here",
"isStart": false
}
],
"edges": [
{
"from": "previous_node_name",
"to": "lookup_customer"
}
],
"name": "Example Workflow"
}
Replace your-tool-id-here with your actual tool's ID. For more details, see the [official documentation](https://docs.vapi.ai/tools/custom-tools).
Sources:
- [Custom Tools](https://docs.vapi.ai/tools/custom-tools)
- [Workflow Controller Create (API Reference)](https://docs.vapi.ai/api-reference/workflow/workflow-controller-create)Vapi Support Bot
10/15/2025, 11:56 AMVapi Support Bot
10/15/2025, 11:56 AMVapi Support Bot
10/15/2025, 11:56 AM