[REQUEST] Salesforce OAuth + Tools/Block
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:
- SalesforceOAuth provider that handles authentication flow with proper scopes
- Salesforce Query tool for running SOQL queries
- Salesforce Record tools (Create/Update/Delete) for common operations
- 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
Can you assign this to me please.