Custom Dynamic Webhook URL's
# support
s
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
Use LiquidJS (
{{id}}
) in the URL of the API Request tool and pass the
id
value in the payload when triggering the tool..