filters property

List<WebhookFilterRule> filters
final

A list of rules applied to the body/payload sent in the POST request to a webhook URL. All defined rules must pass for the request to be accepted and the pipeline started.

Implementation

final List<WebhookFilterRule> filters;