Is Salesforce integration is available in uipath?

Hi all!
We have one requirement on Salesforce admin automation? Can we work on it using UiPath?
This is a latest requirement received

Yes. You can check in your orchestrator, under integration service. Salesforce CRM and Salesforce Marketing Cloud are available as connectors

Hi @vhvinodsai

Yes — Salesforce admin automation can be done using UiPath.

Salesforce API (Recommended – Admin-safe)

Use UiPath with:

  • HTTP Request activity
  • Salesforce REST / Bulk / Metadata APIs

Works for:

  • User creation / deactivation
  • Role / profile assignment
  • Permission set updates
  • Data loads / updates
  • Reports & exports

:check_mark: Fast
:check_mark: Stable
:check_mark: No UI dependency
:check_mark: Works in background / unattended

UI automation is possible but not recommended for admin tasks.

Kindly look out the reference

Regards
Gokul

Yes, Salesforce admin automation can be done using UiPath, but the approach depends on the task. The recommended option is to use Salesforce APIs or UiPath Salesforce activities for operations like user management, data updates, reports, and permissions, as these are stable and UI-independent.

Hi @vhvinodsai

Yes, Salesforce admin–related tasks can be automated using UiPath.

UiPath provides Salesforce activities and can also work with Salesforce using UI automation, APIs, or REST/SOAP services. Common admin tasks like user management, report handling, data updates, and configuration-related activities can be automated, depending on access and permissions.

If it’s a new requirement, the right approach (API vs UI automation) will depend on what specific admin activities need to be automated and whether APIs are available.