# Salesforce triggers
The Salesforce connector supports the following triggers:
DEPRECATION NOTICE PERTAINING TO REAL-TIME TRIGGERS
Real-time triggers in Workato rely on Salesforce Workflow rules. These existing Workflow rules will continue to be supported. However, we recommend that all new recipes use Salesforce Flows, as Workflow rules and Process Builder have been deprecated (opens new window) by Salesforce. There is a migration tool (opens new window) to move your Workflow rules into Flows.
As the outbound messages configured in Salesforce will remain the same, the process should not affect Workato recipes. Nevertheless, we recommend testing the migration in the Salesforce sandbox account first to ensure that there are no unexpected issues.
# New/updated record
The New/updated record trigger checks Salesforce for newly created or updated objects at an interval you specify.
# New record
The New record trigger checks Salesforce for newly created objects every five minutes.
# Deleted record
The Deleted record trigger monitors Salesforce for deleted objects of a type you specify. The object picklist only fetches soft-deleted records which remain in Salesforce for a limited period (typically 15 days) after deletion and are stored in the Recycle Bin.
# Export new records
The Export new records trigger monitors Salesforce for new records that match the SOQL WHERE clause you provide and retrieves them as a CSV stream. There is an expected delay when this trigger creates a job. The job processes after a query is completed in Salesforce.
# Export new/updated records
The Export new/updated records trigger monitors Salesforce for newly created or updated records that match the SOQL WHERE clause you provide and retrieves them as a CSV stream. There is an expected delay when this trigger creates a job. The job processes after a query is completed in Salesforce.
# Monitor changes in a record (real-time)
The Monitor changes in a record trigger monitors Salesforce change data capture events in real-time for changes to object fields you specify. You can use this trigger to keep external systems in sync with Salesforce and perform specific actions based on the changed field and event type.
# New Outbound message (real-time)
The New Outbound message trigger monitors Salesforce in real-time for new Outbound messages.
# New PushTopic event (real-time)
The New PushTopic event trigger uses the Salesforce Streaming API (opens new window) to monitor Salesforce in real-time for new PushTopic events in subscribed channels.
# New platform event (real-time)
The New platform event trigger monitors Salesforce in real-time for new platform events. The trigger fetches platform events created in the last 24 hours when the recipe first starts.
# New record (real-time)
The New record trigger monitors Salesforce in real-time for newly created objects.
# New records (batch)
The New records trigger monitors Salesforce for newly created records and retrieves them in batches.
# New/updated record (real-time)
The New/updated record trigger monitors Salesforce in real-time for newly created or updated objects.
# New/updated records (batch)
The New/updated records trigger monitors Salesforce for newly created or updated objects and retrieves them in batches.
# Scheduled record search using SOQL query WHERE clause (batch)
The Scheduled record search using SOQL query WHERE clause trigger searches Salesforce using a SOQL query WHERE clause on a schedule you specify and returns the results in batches.
# Scheduled records search using SOQL query (batch)
The Scheduled records search using SOQL query trigger searches Salesforce using a SOQL query on a schedule you specify.
# Threshold met for new records created (batch)
The Threshold met for new records created trigger monitors Salesforce for when the number of newly created objects reaches a threshold you specify. When Salesforce reaches the new object threshold, Workato triggers a job, retrieves the newly created objects in batches, and waits for the number of new jobs to reach the threshold again.
Last updated: 1/14/2026, 10:54:56 PM