Custom domain for pabbly connect webhook url

Advent3

Member
Hi Pabbly,

In interaction between my pabbly applications with a partner system i would need to get data from the external source of the partner. So the partner will require a webhook url to which his data will be forwarded into my system. My question is as simple as: before giving the partner the pabbly connect webhook url, is this a way to customize this webhook url to my custom domain?

Instead of "https://connect.pabbly.com/workflow/sendwebhookdata/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; can this url be shortned to "https://mywebsite.com/webhook" ????

The goal is not shortning the url but is for branding and mutual confidence between me and my partner!

Thank your highly awaited response.

Regards,

Moussa
 

solipsist

Member
  • If your website supports PHP (what Wordpress uses), you could simply put a script there that forwards the webhook request.
  • You might even be able to do it with a simple Wordpress Redirection plugin that forwards all the request headers.
  • If not, this should work: https://docs.webhookrelay.com/quick-start-forwarding You need to pay for the "whitelabel domains" feature, however: https://webhookrelay.com/pricing/
  • I would have set up hosting on a subdomain since I have reseller hosting and used PHP to forward requests, essentially providing a proxy.
  • Another solution is to set up a simple proxy server on a Digitalocean droplet VPN and use it for this.
 
Last edited:
Top