FilterInput
Advanced filter input for GraphQL inbox queries. Allows filtering on email fields beyond namespace and tag, with wildcard and regex support.
Email TestingDeveloper ToolsAPI TestingGraphQLREST APICI/CDQA AutomationProgrammable Inboxes
Properties
| Name |
Type |
Description |
| field |
string |
Email field to apply the filter to. |
| match |
string |
Matching strategy. 'exact' requires full string match; 'wildcard' supports * and ? patterns; 'regex' accepts regular expressions. |
| action |
string |
Whether to include or exclude emails matching this filter. |
| value |
string |
Value to match against the specified field. Body fields (text/html) are limited to 30KB. |
JSON Schema