Skip to main content

Salesforce Object Trigger

The Salesforce Object Trigger fires when there is a change to a Salesforce Object.

To create a Salesforce trigger you need to have already saved your connection to your Salesforce in the Ouvvi connection library. If you have not created your Salesforce connection in Ouvvi then you can find out how to do so here.

caution

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.

To create the trigger select the Salesforce Object Trigger from the list and enter a name so you will know what the trigger is when you are using it.

Then select your Salesforce connection from the Connection Library dropdown and enter in the object name to watch for updates.

Click Save to create the trigger.

Salesforce Account Trigger

Using the Trigger

To use your 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.