Multiple (Duplicate) Webhooks for Same Event

I have a simple question that I have not been able to find an answer to:

What happens if you have more than one webhook set up for the same event?

I searched Documentation and this forum and could not find any information on this. I am able to create multiple webhooks for the same event, but I haven’t done any testing to see what happens if the event occurs (is published from a Particle device).

Thanks in advance,
rustymorr

My guess is that both webhook would trigger (as expected based on event name)

You are correct, I just created multiple webhooks for the same event thinking they would overwrite each other, but instead they all trigger at the same time. If that’s not the desired behavior, you have to manually delete each one that you don’t want.

I used the CLI and entered particle webhook delete <webhook id>" to delete mine.