Skip to main content
Best answer

Zapier Rest Hooks same targetURL for every trigger based on the account connected ?


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!

Best answer by Troy Tessalone

Hi @GustavoHC 

Not sure if this will help from the CLI side, but gives you some context about how to handle from a Zap creation side by the end user.

 

Check out this help article:

https://zapier.com/help/create/code-webhooks/trigger-zaps-from-webhooks#optional-trigger-multiple-zaps-with-webhooks

OR

Check out this related topic:

 

View original
Did this topic help you find an answer to your question?

2 replies

Troy Tessalone
Forum|alt.badge.img+14
  • Zapier Expert
  • 30752 replies
  • Answer
  • April 5, 2021

Hi @GustavoHC 

Not sure if this will help from the CLI side, but gives you some context about how to handle from a Zap creation side by the end user.

 

Check out this help article:

https://zapier.com/help/create/code-webhooks/trigger-zaps-from-webhooks#optional-trigger-multiple-zaps-with-webhooks

OR

Check out this related topic:

 


  • Author
  • Beginner
  • 5 replies
  • April 5, 2021

@Troy Tessalone Oh Thank’s Troy!

I think this is exactly what I need.

This way I can handle multiple triggers by using a single URL (which is the limitation I have in my product).