How to trigger a Webhook when transferring to a Call Queue with no members?

I am currently building a workflow in Zoom Phone where, when a specific number is selected from an Auto Receptionist IVR menu, an SMS is sent.

I was able to achieve this with the following flow, but I would like to accomplish it without ringing any member’s phone if possible:

Auto Receptionist
↓
Select "1" in IVR
↓
Transfer to a Call Queue with members
↓
Member’s phone rings
↓
Call disconnects
↓
Webhook event: phone.callee_call_history_completed
↓
Send SMS from the endpoint

Is there any way to trigger a Webhook when transferring to a Call Queue that has no members?
It is essential that I can obtain the destination Call Queue number.

1 Like