- About the Salesforce connector
- Salesforce authentication
- Salesforce events
Salesforce events
The UiPath Salesforce connector supports the following events via polling:
Generic events:
- New Record Created
- Existing Record Updated
These events are supported on all objects, including your custom objects.
Predefined events:
Event |
Object |
Event Type |
Description |
---|---|---|---|
When a new lead is created |
Lead |
CREATED |
Triggers when a new lead is created in Salesforce. |
When a new contact is created |
Contact |
CREATED |
Triggers when a new contact is created in Salesforce. |
When a new account is created |
Account |
CREATED |
Triggers when a new account is created in Salesforce. |
When a new opportunity is created |
Opportunities |
CREATED |
Triggers when a new opportunity is created in Salesforce. |
When an existing opportunity is closed and won |
Opportunities |
UPDATED |
Triggers when an existing opportunity is closed and won in Salesforce. |
Event polling is performed every 5 minutes, by default. The polling interval is configurable. For details, see the Triggers documentation.