Settings API - Event trigger rules schema table
Event trigger rules (builtin:event-trigger.rule
)
The configuration of event trigger rules
Schema ID | Schema groups | Scope |
---|---|---|
builtin:event-trigger.rule | - | environment |
Parameters
Property | Label | Type | Description | Required |
---|---|---|---|---|
enabled | Enabled | boolean | - | required |
ruleName | Rule name | text | - | required |
userId | UserId | text | Will be used to verify trigger permissions. | optional |
userName | UserName | text | Will be used to verify trigger permissions. | optional |
recordType | Record type | enum | - | required |
filterLQL | Filter condition (LQL) - DEPRECATED - Not used if DQL is set. | text | LQL query to filter incoming data to which this rule should apply - DEPRECATED | optional |
matcher | Filter condition (DQL) | text | DQL query to filter incoming data to which this rule should apply. | optional |
triggerURL | TriggerURL | text | Relative to the Platform Base URL | required |