I have a scenario that connects to vapi to trigger calls. I want to get the information about the calls (Call record, summary and transcript only). In the Http post a module app (first scenario), I have all the 9 available server messages (function- call, end-of-call report, hang and so on) included in the search.
The vapi is then set to output the info about the call to a second webhook in make.com where I use an HTTP GET module to get the details of a particular call via the call ID.
The automation works just fine but it consumes about 576 operations per run. On inquiry, I was told by the make support that the second webhook (triggered when the call is ended to output the call info) is been triggered multiple times.
Please does anyone know how I can solve this?