Webhook event changed to name

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.

Nevermind. This is not related to the webhook. Something changed on my web hosting service configuration.

Although it is confusing that the console integrations log shows “name” instead of “event”, even though it is actually sent as “event”.

image