added
Ability to check which webhook event is being emitted.
2 months ago
We've introduced support for the eventName in webhook headers, addressing customer concerns about the overhead our previous webhook implementation caused.
Webhooks now include a new HTTP header webhook-event-type
that indicates which event is the webhook HTTP request referring to.
With this enhancement, customers can now easily distinguish the type of event being received, allowing them to subscribe to multiple events per webhook URL and subscription. This streamlines the process, reducing the complexity and cost of managing webhook HMAC secrets, and enables faster setup and integration with their systems.
Changes
Added
- HTTP header
webhook-event-type
that indicates which event is the webhook HTTP request referring to.