Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.59 KB

File metadata and controls

13 lines (9 loc) · 1.59 KB

POSTPublicNotificationDefinitionRequestFilterRule

Properties

Name Type Description Notes
condition str The filter rule conditions, written in JEXL. The rule might contain event context merge fields and data source merge fields. Data source merge fields must be from the base object of the event or from the joined objects of the base object. Notifications with invalid merge fields will fail to evaluate, thus will not be invoked. For example, to filter an invoice posted notification to only invoices with an amount over 1000, you would define the following condition: ```Invoice.Amount > 1000``` There are conventions and keywords you need to be aware of. For example: * `Invoice.Amount` refers to the `Amount` field of the Zuora object `Invoice`. * Unlike Event Triggers, there is no access to variables with the `_old` suffix. Fields with the `_old` suffix are only available on Event Trigger conditions.
description str The description of the filter rule. [optional]
event_type_name str The name of the event type.
parameters FilterRuleParameterDefinitions

[Back to Model list] [Back to API list] [Back to README]