druxamb.base.eth
06/12/2025, 4:40 PMVapi Support Bot
06/12/2025, 4:42 PMhooks property is set on a node type that does not support it.
To resolve this, edit your workflow and remove the hooks property from any node except those that explicitly support hooks (like ApiRequest or Gather nodes).
For example, your node should look like this:
json
{
"type": "conversation",
"name": "My Node"
// No "hooks" property here
}
After removing unsupported hooks, try saving again.
Sources:
- [Vapi Workflows Documentation](https://docs.vapi.ai/workflows)
- [Vapi Changelog Feb 4, 2025](https://docs.vapi.ai/changelog/2025/2/4)
- [Vapi API Reference: Create Workflow](https://docs.vapi.ai/api-reference/workflow/workflow-controller-create)druxamb.base.eth
06/12/2025, 8:54 PMChiranjeet Mishra
06/13/2025, 2:29 AMdruxamb.base.eth
06/13/2025, 3:34 PMdruxamb.base.eth
06/14/2025, 12:19 AMChiranjeet Mishra
06/14/2025, 1:46 AMChiranjeet Mishra
06/16/2025, 1:49 PM