• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

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