DaVenthus
07/02/2024, 5:57 PMVapi
07/02/2024, 5:59 PMx-vapi-secret
. If your Azure function expects the secret token with a different header key, such as x-functions-key
, you will need to configure your server to accept the x-vapi-secret
header or modify the request within your VAPI bot to use the correct header key.
If you have control over the Azure function, you could update its configuration to accept the x-vapi-secret
header. If that's not possible and you need to set a custom header key, you might need to look into VAPI's documentation or settings to see if there's a way to customize the header key for the secret token.
If you're unable to find the information you need or if you require further assistance with configuring your VAPI bot to work with your Azure function, please ask support for more info on this. They will be able to provide you with specific guidance tailored to your setup.Vapi
07/02/2024, 5:59 PMDaVenthus
07/02/2024, 6:18 PM