Rules
A path goes through objects only. It cannot pick an array element. A missing path does not match.
There are no other operators, such as “greater than” or “contains”.
Filters run after the transform
hooksnode runs the transform first, then the filter. Write the filter for the body after the transform.What you see
- A filtered event shows as
deliveredfor that destination, with status code0and the response{"filtered":true}. - If the filter is not valid JSON, or the body is not a JSON object, hooksnode delivers the event and records a warning.
Examples
Paystack: successful charges only
Paystack: successful charges only
Bank credits in naira
Bank credits in naira
Emails from one sender
Emails from one sender
New items from a watched URL
New items from a watched URL