sim icon indicating copy to clipboard operation
sim copied to clipboard

[REQUEST] Salesforce OAuth + Tools/Block

Open waleedlatif1 opened this issue 10 months ago • 1 comments

Is your feature request related to a problem? Please describe. Users need to integrate Sim Studio workflows with Salesforce CRM but currently lack built-in tools to authenticate and interact with Salesforce APIs. This creates friction for developers building workflows that need to access or manipulate Salesforce data.

Describe the solution you'd like Add Salesforce OAuth provider and a set of Salesforce tools/blocks:

  1. SalesforceOAuth provider that handles authentication flow with proper scopes
  2. Salesforce Query tool for running SOQL queries
  3. Salesforce Record tools (Create/Update/Delete) for common operations
  4. Salesforce Bulk API integration for handling large datasets

Implementation should follow the same pattern as existing OAuth tools like the X integration, with proper error handling and rate limit considerations.

Describe alternatives you've considered

  • Using generic HTTP tools with manual OAuth handling
  • Creating a custom connector outside of Sim Studio
  • Using middleware services that proxy Salesforce requests

Additional context Salesforce has robust API documentation at https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_what_is_rest_api.htm and OAuth implementation details at https://help.salesforce.com/s/articleView?id=sf.remoteaccess_oauth_flows.htm

waleedlatif1 avatar Mar 27 '25 00:03 waleedlatif1

Can you assign this to me please.

aadamgough avatar Apr 23 '25 04:04 aadamgough