I have a Zapier webhook that I send Segment.com events to.
I can only have one Segment Zapier webhook, but I want to trigger 2-3 zaps off those webhooks based on the data.
For example:
if the webhook contains “moof” I wish to write “moof” to Hubspot
if the webhook contains “stripe” I wish to write “stripe” to Stripe
if the webhook contains “banana” I wish to write “Banana” to Airtable
what is the best way to accomplish this? I had previously done with with a “Catch” block but it seems like Zapier no longer supports those.