What you’ll need
From a Salesforce connected app in your org:- Your instance URL (e.g.
https://acme.my.salesforce.com) - The connected app’s Client ID
- The connected app’s Client secret
Salesforce: Create a connected app
Salesforce’s guide to creating a connected app and finding its credentials.
Connect it
Create a connected app in Salesforce
In Salesforce Setup, create a connected app with API access. Note your instance URL and copy the consumer key (Client ID) and consumer secret (Client secret).
Open Rivvi's connector settings
In the workspace, go to Settings → Connectors, select Salesforce, and click Connect.
Paste your credentials
| Field | What to paste |
|---|---|
| Instance URL | Your Salesforce instance, e.g. https://acme.my.salesforce.com |
| Client ID | Your connected app’s consumer key |
| Client secret | Your connected app’s consumer secret |
Set permissions
Reads are allowed by default; writes ask for approval. See Permissions.
What Rivvi can do with Salesforce
Read (allowed by default)- Search across accounts, contacts, and leads (with the real total).
- Read a contact and its linked records.
- List activity history on a record.
- Run exact server-side totals — sum, count, average by stage, owner, or source.
- List an object’s fields, including custom ones, so requests hit real field names.
- Create a follow-up task on a record.
- Log a call outcome against a contact.
- Update fields on a contact record.
Try it
Next
Connectors overview
Back to all connectors.