How to set up end call report for Workflow?
# support
i
Is any idea how to hook (post to Mike) end-of-call-report for Workflow not for Assistant? Webhook not working at the and of Workflow if end of call by customer. Server URL not supported for Workflow. Or I have to migrate to Assistant?
c
Hi Igor_70, To set up an end-of-call report for a Workflow, you can use the Vapi API to manually trigger an API endpoint at the end of your Workflow to simulate the end-of-call report functionality that is typically used with an Assistant. Here's a suggested approach: 1. **Workflow Node Setup**: Add a node in your Workflow that executes an HTTP request. This node should trigger your API endpoint that will handle the end-of-call report processing. 2. **Custom Endpoint**: Set up a server to receive the request from the HTTP node. This server should process the data accordingly, similar to how you would handle an end-of-call report in an Assistant setup. 3. **Check Workflow Capabilities**: Ensure that your Workflow configuration includes the necessary parameters to send data that your endpoint requires. This could be call data or any identifiers needed to generate your report. For more information on integrating the new Workflow capabilities, refer to the [Changelog](https://docs.vapi.ai/changelog/2025/5/9) and [Call ended reasons](https://docs.vapi.ai/calls/call-ended-reason) documentation where you can find details on how to manage call-ended scenarios effectively. Using these steps, you can handle your Workflow's end-call reporting without migrating to using an Assistant. If you prefer more built-in features, transitioning to an Assistant might offer a more streamlined approach with less custom coding.
4 Views