tom
10/10/2024, 7:41 AMVapi
10/10/2024, 7:43 AMx-vapi-secret
header that you set up in your Vapi configuration.
In Make (formerly Integromat), you can filter incoming requests based on the x-vapi-secret
header value. This way, you can direct the request to the appropriate scenario or module within Make, depending on which assistant is being used.
Here's a brief guide on how you might set this up:
1. Assign a unique x-vapi-secret
for each assistant.
2. In Make, create scenarios for each assistant. Within each scenario, set up a filter or router that checks the value of the x-vapi-secret
header.
3. Based on the x-vapi-secret
value, process the request accordingly for the specific assistant.
This approach allows you to maintain a clean separation between assistants while using the same Server URL and Vapi account. If you need further assistance with the setup in Make or have any other questions, please feel free to ask!Vapi
10/10/2024, 7:43 AMLufem
10/10/2024, 9:35 AMShubham Bajaj
10/11/2024, 10:30 AM