Dynamic Path in webhook

I have set up a webhook with the following URL: “https://hook.eu2.make.com/gn8pz9rkl49nhbpneqgqlcwx40li1v27”. This webhook will be triggered from respond.io, where I have created a custom app. The app will append “/message” to the webhook URL. However, the webhook is currently responding with “Access Denied”. How can I resolve this issue?

The “Access Denied” response usually means that the URL you are calling does not match exactly what your webhook service(make.com) expects or there is a permission/security setting blocking the request.

So you have to use the exact webhook URL without appending /message

This will not solve my problem. We have this option available on other platforms, such as in n8n, and we can also achieve this programmatically.
In n8n, we need to add this to the Path variable /:param

Is the error message shown on Make side or on respond.io?