Mechanic webhooks may now be configured with a choice of event data modes, determining the method by which webhook request data is translated into event data.
As an alternative to "Auto" (the default, and Mechanic's historically available behavior), webhooks may be set to use "Full request" mode. This new mode makes available most aspects of a request, including the query string, headers, request body, and useful interpreted versions of those values.
All Mechanic webhooks (including both event data modes) now also support file uploads, via multipart/form-data requests.
Read more