Could you please explain the process that needs to be followed? I am working with two scenarios in Make.com:
Scenario 1: This scenario dials calls in batches using data from a Google Sheet (which includes phone numbers and customer details). Additionally, it updates the Google Sheet with the VAPI call log ID.
Scenario 2: Once the call ends, the process retrieves the call log ID from the Google Sheet and makes a GET request to the VAPI "Get Call" API (
https://docs.vapi.ai/api-reference/calls/get-call). It then fetches the call summary and transcript and updates the Google Sheet with this information.
I've tested the system, and it works as expected when the customer doesn't end the call— the assistant tool is called, and the data flows properly. However, if the customer ends the call within a few seconds, the assistant tool isn’t triggered, resulting in no call summary or transcript being added to the Google Sheet.
Could you provide guidance on resolving this issue?