mod_external_filter
Module Description¶
This module enables message filtering through an external service. It uses a configured HTTP pool to manage outgoing connections.
The external service has to be a GraphQL server with the schema described in the next section.
GraphQL server schema¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | |
Options¶
modules.mod_external_filter.pool_tag¶
- Syntax: string
- Default: no default, this option is mandatory
- Example:
pool_tag = "graphql_filter"
An http pool tag that is configured in outgoing connections section. E.g.
1 2 3 4 5 6 7 | |
Example configuration¶
1 2 | |