Handling New Vapi.ai End-of-Call Webhook Status in Make.com

Hi everyone,

I’m running into a bit of a snag with my Make.com scenario that integrates Vapi.ai along with OpenAI tools like ChatGPT, Whisper, and DALL-E.

The Issue:

Previously, when a call ended, Vapi.ai would send a webhook response with a straightforward end_call_report type. Now, it seems they’ve changed the response to include new intermediate statuses like “queued” or “in progress” before delivering the final report.

What I’m Looking For:

I’m trying to figure out the best way to adjust my scenario logic so that it can handle these new statuses. Basically, I need a way to pause or loop until the final “end_call_report” status comes through, so that I don’t run my follow-up actions prematurely.