My webhooks recently stopped working correctly. The webhook seems to fire and connect to my web server, but the field called “event” is now called “name”. The PHP code on my site is looking for “event”.
Was this change intended? All the docs still show that webhooks should use “event”, but the logs are showing “name”.
I searched the community for anything related, or an announcement from Particle, but was unable to find anything. Pardon me if I just missed it.