Trigger a call with webhook
# support
p
Hello, I have a security system which is capable of sending webhooks when specific conditions are met e.g. human detected in restricted are. This webhook can also have a payload with some data e.g. site name, camera name, rule triggered etc. I would like to use vapi to initiate a call - meaning that the webhook should trigger the call to a specific number and should use the information from the payload to tell the called person what is going on e.g. "This is a message from your alarm system. A person has been detected at the entrance zone at XY street facility" 1) is there a way to set this up without using the API/sdk ? 2) can you please give some tips where to look to be able to set this up? Thanks a lot
k
You’ll need to use either a no-code automation tool like Make.com or custom code via vapi API/SDK to receive the webhook, extract the payload data, and initiate an outbound call with a custom spoken message..
3 Views