Hey, I’m using the CLI to create my triggers, the problem is, I want to use the Rest Hooks, but my product dont allow me to store more than 1 webhook URL for the same application/user, which means that I want only one webhook URL from Zapier (for each trigger I want the client to use), and then I can select what events I want to dispatch to that URL. (my side)
So is there a way that based on the account conected (for example) instead of Zapier generating unique URLs (performSubscribe → bundle.targetURL) for each trigger, it will always use the same URL ?
Thanks!