@Davidgiralll
Currently, VAPI does not support multiple Webhooks natively, which means you cannot directly configure it to send events to both Make (formerly Integromat) and Voiceglow simultaneously. However, there are several workarounds you can consider to achieve similar functionality:
1. **Webhook Relay Service**: Use a third-party service or build your own relay that receives the webhook from VAPI and then forwards the request to both Make and Voiceglow. This relay would act as a middleman to distribute the incoming data.
2. **Server-Side Handling**: Set up your own server to receive the webhook from VAPI. Your server can then process the data and make subsequent API calls to both Make and Voiceglow.
3. **Voiceglow Integration**: If Voiceglow offers integration with Make, you could configure Voiceglow to send the data to Make after it processes the VAPI webhook.
4. **Make HTTP Request Module**: Use the HTTP request module in Make to call the Voiceglow API directly after receiving the webhook from VAPI.
5. **Voiceglow Custom Solution**: Reach out to the Voiceglow support team to see if they can offer a custom solution or if they have plans to support multiple webhooks in the future.
If you need assistance with setting up any of these alternatives, please let me know, and I can provide more detailed guidance or explore other potential solutions.