flyingemolga
08/05/2024, 8:51 AMVapi
08/05/2024, 8:52 AMphoneNumber.serverUrlSecret in your VAPI configuration. This secret will be sent as a header called x-vapi-secret with every request to your server.
However, if you include a custom header in the request you make to create a call, that specific custom header will not automatically be included in the callback requests to your server. The callback requests will only include the headers that you have configured in your VAPI settings, such as the x-vapi-secret.
If you need to ensure that a specific header is included in every callback request, you should configure that in your VAPI settings. If you need assistance with setting this up or have any other questions, please let me know!Vapi
08/05/2024, 8:52 AMflyingemolga
08/05/2024, 8:53 AMflyingemolga
08/05/2024, 11:21 AMVapi
08/05/2024, 11:22 AMx-vapi-secret) in the webhook requests to your server. This helps you verify that the requests are coming from VAPI.
3. **Configuration via Dashboard or API**: Depending on the service provider, you might be able to set these headers through a web dashboard or by making an API request to update your application settings.
Please note that the exact steps to configure these settings can vary depending on the VAPI provider you are using. If you need specific instructions for your provider or if there's anything else I can assist you with, please let me know!Shubham Bajaj
08/05/2024, 6:10 PM