Is it possible to white label the webhook URL?

Hi,

I am looking to white label the make webhook url to my own URL

Instead of it looking like this
https://hook.us1.make.com/xxxx

I would like it to look like this
https://mycustomsite.com/xxxx

Thanks!

1 Like

Take a look here or search for some other topics :wink:

3 Likes

Hi, was this resolved…make a webhook url your own url?

Would I ask you How come that you plant a unique identifier into your webhook url so when the user push the button in the email’s body the webhook will have the user identification?

I try to to it myself and didn’t manage to.

Hey @IdoPuter , you can do this with a parameter in the url.
For example, when the webhook is https://eu1.make.com/398hfe then you can add an identifier for a certain person (and save this identifier somewhere) such as: https://eu1.make.com/398hfe?identifier=personx

If data comes back on the URL with that parameter, you can read it out again.

3 Likes