• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

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