Join Discord
Powered by
Custom Dynamic Webhook URL's
# support
s
Simas
06/29/2025, 2:21 PM
Are we able to, and if so how can we use function tools actions to send a webhooks to my backend with a dynamic id. For example if i have this: ngrok/appointment/{id}/confirm and i want it to be sent with the "id"
v
Vapi
07/01/2025, 9:34 AM
Use LiquidJS (
{{id}}
) in the URL of the API Request tool and pass the
id
value in the payload when triggering the tool..
Previous
Next