End of Call endpoint trigger.
# support
s
Hey Vapi community, I want to send a message through Make.com everytime after a call ends. Is there an endpoint that gets triggered or POST to when a call ends? I don't host my custom VAPI server, so is there a way to do it otherwise? Read endOfCall Report or something? Any advices would be really helpful! 🙂
@User
@Shubham Bajaj
v
message has been deleted
@Sai Hello there! Yes, you can definitely set up a notification to be sent to Make.com (formerly Integromat) when a call ends using VAPI. Since you mentioned you don't host your own VAPI server, you can utilize the "End of Call Report" feature provided by VAPI. The "End of Call Report" is a webhook that gets triggered when a call ends. You would need to configure your VAPI settings to send a POST request to a webhook URL provided by Make.com. This way, every time a call ends, the VAPI will automatically send the call details to your Make.com scenario. Here's a brief on how you can set it up: 1. Create a webhook in Make.com and get the URL it provides. 2. Go to your VAPI dashboard and navigate to the settings for webhooks or notifications. 3. Add the Make.com webhook URL to the "End of Call Report" section. 4. Configure any additional settings as per your requirements, such as the data you want to send along with the POST request. Once you've set this up, Make.com will receive a notification every time a call ends, and you can then configure your Make.com scenario to handle the data and send a message or perform any other action you need. If you need more detailed instructions or assistance with the setup, please don't hesitate to ask for support.
You can continue this conversation by mentioning me in the message.
s
@Sai you can use status-update or end-of-call-report server events.
5 Views