Hello Xano Community!
I’m working on integrating PandaDoc webhooks with Xano and ran into an issue. PandaDoc doesn’t allow the : character in the webhook URL. I understand from the documentation that the : can be replaced by a - for specifying the API in the URL, but this doesn’t seem to work when specifying the branch.
My use case is that I want to direct the webhook to my test branch, not the live branch. However, since the : is needed for the branch in the URL and PandaDoc blocks it, the webhook only triggers the live branch. I also cannot add a custom header to the webhook to address this issue.
Is there a way to specify a branch without using the : character in the URL, perhaps via a query parameter like with datasources?
Thank you!