Failed to save workflow: each value innodes.tool.s...
# support
t
This always happens when I edit API requests
c
Hi there, Thank you for your message. Our team is currently out of the office. We operate Monday through Friday, from 9:00 AM to 8:00 PM Pacific Standard Time (PST). We’ll get back to you as soon as possible during our normal business hours. If your message is urgent, please mark it accordingly or include “URGENT” in the subject line, and we’ll do our best to respond promptly. Warm regards, Vapi Customer Support Team
v
The error occurs because the
credentialId
in your API request tool must be a valid UUID, not a custom string. To fix this: 1. Go to your Vapi dashboard and create a new custom credential (e.g., Bearer Token, OAuth 2.0, or HMAC). 2. Copy the generated UUID and use it in your configuration like this:
Copy code
json
"server": {
  "url": "https://your-server.com/webhook",
  "credentialId": "550e8400-e29b-41d4-a716-446655440000"
}
This should resolve the workflow save error. Reference: Vapi documentation on [server authentication](https://docs.vapi.ai/server-url/server-authentication). Source: - [Server authentication](https://docs.vapi.ai/server-url/server-authentication)
t
this is useless
I am getting an error for no reason
c
Hi Tayseer, Vapi Workflows have been deprecated and will not receive further updates. We recommend migrating to Vapi Squads, which are more capable and reliable and are the supported path going forward. You can learn more about Squads here: [https://docs.vapi.ai/squads](https://docs.vapi.ai/squads) Thank you.