Setup
1
Create a Connected App in Salesforce
- Go to Setup → External Client Apps in Salesforce
- Create a new Connected App with OAuth enabled
- Set callback URL to your Orova instance
- Enable scopes:
api,refresh_token,offline_access - Note the Client ID and Client Secret
2
Get a refresh token
Complete the OAuth flow to obtain a refresh token. Orova uses this to maintain access.
3
Add credentials in Orova
Go to Settings → Integrations → Salesforce and enter:
- Instance URL (e.g.,
https://yourorg.my.salesforce.com) - Client ID
- Client Secret
- Refresh Token
4
Create a tool and assign to agent
Go to Tools → Create Tool → select Salesforce template → assign to your agent.

