Can a trigger have 2 subscribed webhooks?
Let’s say I have 2 webhooks which kind of represent the same event in Zapier but which are fired under different circumstances in my own app.
so instead of creating now a 3rd hook which would be used by my Zapier integration and which would be fired under both circumstances in my app, I thought it would be probably cleaner to handle this on the Zapier side.
I’m using following way to subscribe to a hook https://platform.zapier.com/cli_tutorials/resthooks , so in theory I should be able to run the request which subscribes the Zapier webhooks , but I’m not really sure if this is the best approach.
Is anybody here doing something similar?