Skip to content

Connecting to Salesforce

TranSFlate connects to your Salesforce org using the standard OAuth 2.0 flow.

  1. Open TranSFlate and click Add Connection
  2. Choose the environment type:
    • Production — for live orgs (login.salesforce.com)
    • Sandbox — for development/testing (test.salesforce.com)
  3. A browser window opens for Salesforce authentication
  4. Log in and authorize TranSFlate

The connected Salesforce user needs:

  • API Enabled permission
  • Modify Metadata Through Metadata API Functions (for deploying translations)
  • Access to the objects and fields you want to translate

You can manage multiple org connections in TranSFlate. Switch between orgs from the connection list on the main screen.

  • OAuth access tokens are kept in memory only — never written to disk
  • Refresh tokens are encrypted with AES-256-CBC and stored locally
  • All API communication uses HTTPS