Andy
11/29/2025, 10:56 PMChiranjeet Mishra
11/29/2025, 10:57 PMVapi Support Bot
11/29/2025, 10:57 PMserver.credentialId is set to a valid UUID.
For example:
json
"server": {
"timeoutSeconds": 20,
"credentialId": "550e8400-e29b-41d4-a716-446655440000",
"url": "https://your-api-endpoint.com",
"headers": {}
}
Double-check that your credentialId matches the required UUID format as shown above (according to the documentation I have found: [Vapi API Reference](https://docs.vapi.ai/api-reference/webhooks/server-message)).
Source:
- [Vapi API Reference: Webhooks Server Message](https://docs.vapi.ai/api-reference/webhooks/server-message)Lakshay Julka
11/30/2025, 5:16 PMLakshay Julka
11/30/2025, 5:16 PMAndy
12/01/2025, 7:10 PMAndy
12/01/2025, 10:57 PMChiranjeet Mishra
12/02/2025, 1:42 PMserver.credentialId must now be a valid UUID. To resolve this, you will need to update your tool's settings:
1. Re-select your server credential or create a new one in the Vapi dashboard.
2. Ensure the credentialId is correctly set to a valid UUID. You can find this by navigating to your Vapi dashboard and copying the UUID from your credentials.
Here's an example setting:
json
"server": {
"timeoutSeconds": 20,
"credentialId": "550e8400-e29b-41d4-a716-446655440000",
"url": "https://your-api-endpoint.com",
"headers": {}
}
If you continue experiencing issues, it may help to report your workflow ID to Vapi support to assist them in patching any remaining bugs. You can also check the [Vapi API Reference](https://docs.vapi.ai/api-reference/webhooks/server-message) for more details.