Triggers

Salesforce Object Trigger

The Salesforce Object Trigger fires when there is a change to a Salesforce Object. To create a new Salesforce trigger go to Triggers > Add Trigger > Salesforce Object Trigger.

The trigger will run every 30 seconds for a total of ~2880 per day. Please take this into consideration due to API service limits with Salesforce.

You need to have already saved your connection to your Salesforce environment in the Ouvvi connection library to use this trigger. If you have not created or saved your Salesforce connection to Ouvvi then you can find out how to do so here.

To configure the trigger you need to start by entering a name so that you can find it. Then select your Salesforce connection from the Connection Library dropdown and enter in the name of the object to watch for updates. Click Save to create the trigger.

Salesforce Account Trigger

Parameter Value
Connection Library The name of the connection in the connection library. If this is selected then you do not need to complete the other fields.
Object Name The name of the Salesforce Object to connect to.

Using the Trigger

To use your new trigger go to the project you want to add the trigger to. Then go to Add Trigger and select the trigger you need from the list. If it isn't visible click onto More to find it.

Ouvvi will then ping the object every 30 seconds to check if there have been any changes in the modified date/time column. If there are changes then the project will be started.

Add Trigger