Salesforce Event Filter¶
Connect iPaaS enables you to select specific events and filter out the rest using certain attributes of the incoming Salesforce event. This ability allows selective processing of the events of interest.
In the example shown below, the workflow will be triggered only when the "Birthdate" of the newly created Salesforce contact is greater or after 1/5/2016 AND the name of its "Department" is Salesforce Dev.
The event filter allows you to choose the incoming trigger event's attributes to define the selection criteria of events to process. In the case of Salesforce, Connect iPaaS utilizes the metadata API provided by Salesforce. Therefore, all the fields related to the selected object in Salesforce will be available to you.
See Event Filters to learn more about event filtering on Connect iPaaS.