Follow these steps to connect your Salesforce instance to Fullview. This integration allows Fullview to import knowledge articles from Salesforce and use them to power your AI Agent.
1. Set Up a Connected App in Salesforce
Example Salesforce URL:
https://company-name.my.salesforce.com
Step 1: Create a Connected App
Go to Setup → Apps → App Manager.
Click New Connected App.
Fill out the following:
Connected App Name:
Fullview
API Name:
Fullview
Contact Email:
hello@fullview.io
Under API (Enable OAuth Settings):
Check Enable OAuth Settings
Set Callback URL to:
https://fullview.io
Under Selected OAuth Scopes, select:
Manage user data via APIs (api)
Check Enable Client Credentials Flow
Click Save
Step 2: Configure Policies
In App Manager, locate the
Fullview
app and click View.Go to Manage → Edit Policies.
Under Client Credentials Flow:
Set Run As to your admin user.
Click Save
Step 3: Retrieve Client Credentials
In App Manager, find the
Fullview
app again.Click Manage Consumer Details.
Copy:
Consumer Key → use as Client ID
Consumer Secret → use as Client Secret
2. Configure Salesforce in Fullview
In Fullview, go to Settings → AI Agent → Help center articles.
Click Add, then choose Salesforce as the source.
Fill out the following configuration:
Default language: Enter the language code of the articles to import (e.g.,
en
,fr
)Domain: Enter the subdomain from your Salesforce URL (e.g.,
company-name
fromcompany-name.my.salesforce.com
)Body field: Enter the field name that holds article content (e.g.,
Answer__c
)Client ID: Paste the Consumer Key
Client Secret: Paste the Consumer Secret
Click Configure
Once completed, Fullview will begin syncing your knowledge articles from Salesforce.
If you encounter any issues during setup, feel free to reach out to hello@fullview.io.