Connecting to Salesforce
TranSFlate connects to your Salesforce org using the standard OAuth 2.0 flow.
Adding a connection
Section titled “Adding a connection”- Open TranSFlate and click Add Connection
- Choose the environment type:
- Production — for live orgs (
login.salesforce.com) - Sandbox — for development/testing (
test.salesforce.com)
- Production — for live orgs (
- A browser window opens for Salesforce authentication
- Log in and authorize TranSFlate
Required permissions
Section titled “Required permissions”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
Managing connections
Section titled “Managing connections”You can manage multiple org connections in TranSFlate. Switch between orgs from the connection list on the main screen.
Security
Section titled “Security”- 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