We are back with two exciting updates after the initial rollout of Webhook Rules:
✅ Webhook Actions with Rules now support custom response
and response_code
action options.
✅ Use regex to filter requests, making it convenient to match complex patterns against any part of the headers
or body
or the request.
This means it's now very easy to filter out requests that don't match a specific IP pattern, user agent, or similar criteria. You can also return custom responses and response codes to the client when this happens.