Dom
03/27/2025, 4:30 PMstatus-update
webhook. Error: Request failed with status code 410
2. Your server rejected tool-calls
webhook. Error: Request failed with status code 410
I have configured 3 assistants in a squad and I'm not using any external server. All the configuration set up is done using UI.
additional info:
call-id : 9e624e4f-9899-499a-88c4-f01855842a6dVapi Support Bot
03/27/2025, 4:32 PMstatus-update
and tool-calls
webhooks, there are several potential causes:
### Configuration Issues
According to the [troubleshooting information](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1334280135683084328), even though you're not using an external server, there might be misconfiguration in the webhook URL settings within your Vapi account. Double-check that all URLs for events are correctly set in the Vapi dashboard.
### Vapi-Side Issues
There might be issues on the Vapi side. Some users have reported that [deleting the old assistant and creating a new one fixed similar issues](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1326809606671958080).
### Response Format Issues
If you're using tool calls, ensure that the JSON response format is correct. The [expected return type is a string without line breaks](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1342315282198298729), and the toolCallId
must be included in the response.
### Known Bugs
There seems to be [a known bug related to adding headers to tools created on the Vapi dashboard](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1336715819333193740). A workaround is to use x-vapi-secret
for the auth header.
## Troubleshooting Steps
1. **Verify Squad Configuration**: Ensure all members in your squad are properly structured with either an assistantId
or assistant
property, and remove any empty members.Vapi Support Bot
03/27/2025, 4:32 PMstatus-update
webhook with status code 410](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1334280135683084328)
- [Reasons for Vapi server rejecting tool-calls
webhook with status code 410](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1342315282198298729)
- [Troubleshooting Vapi webhook errors when not using an external server](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1336715819333193740)
- [How to configure assistants in a squad using the Vapi UI](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1342171458524414012)Sahil
03/30/2025, 6:51 AM