Filtering events inside webhooks

Hello,

I am starting to play around with webhooks and since my Particle is sending multiple events per loop, I’d like to filter based on {{PARTICLE_EVENT_NAME}} what gets pushed to the data logger.

Any idea how could I achieve this?

If I’m not mistaken, webhooks get triggered by the event name, so if you use different event names, you can target different webhooks.

I feel silly.
I missed the fact that the first field in the hooks is in fact my filtered name :slight_smile: