email_rule_matchers

Matching patterns to forward to your actions.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-email-rule-matchers-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/email_rule_matchers",
  "title": "email_rule_matchers",
  "description": "Matching patterns to forward to your actions.",
  "items": {
    "$ref": "#/components/schemas/email_rule_matcher"
  },
  "type": "array"
}