Hi all, I'm also facing this issue where I'd like to receive end of call reports when using a workflow, regardless of how the call ends. Using an assistant instead is not an option. The only solution I can think of is to just periodically fetch calls based on call id's, check the status, and if the call has ended, I can process the call. If not, we'll retry again after X minutes. But surely there is a better way, where VAPI can send a webhook immediately after any workflow-based call, regardless of the reason for the call ending? Even if it only contained a call id, I could then request from VAPI to get the call details from the id. Can anyone from VAPI shine a light on this?