ambitious-aqua
ambitious-aqua2d ago

URGENT: Cant save any workflow with API Request

No matter what, even in a new, otherwise empty workflow it says: Save Failed / Failed to save workflow: each value in nodes.tool.server.cerdentialId must be a UUID. Even working systems i cant save any changes on.
No description
No description
4 Replies
Vapi Support Bot
To resolve the "credentialId must be a UUID" error, create a Custom Credential in your Vapi dashboard and use its credentialId in your API Request node. Example configuration:
"server": {
"url": "https://your-api-endpoint.com",
"credentialId": "cred_abc123" // Replace with your actual credential UUID
}
"server": {
"url": "https://your-api-endpoint.com",
"credentialId": "cred_abc123" // Replace with your actual credential UUID
}
Go to the Vapi dashboard, create a credential, and copy its ID into your workflow as shown above.
For more details, see the Vapi server authentication documentation. Source: - Server authentication
⤵️ Mention @Vapi Support Bot for follow-ups 🐥
ambitious-aqua
ambitious-aquaOP2d ago
I dont have any Authorization and dont want any. i dont see anywhere to put any credentials
ambitious-aqua
ambitious-aquaOP10h ago
if i edit anything, it adds this block in the code, and then preventing a save
No description
ambitious-aqua
ambitious-aquaOP6h ago
But when i change everything, download it, manually delete this part, upload it again, then it works, but thats no solution. Also i cant seem to update any Structured Outputs. Is your system running can i change and save anything?

Did you find this page helpful?