With the LTS release 3.2.11, Squirro provides a 1-click connector for Salesforce Sales Cloud. This connector allows the Project Creators to connect to a Salesforce account and index the Salesforce Sales Cloud data into Squirro.

Table of Contents

Set up connector

Usage assumes that the OAuth setup for the 1-click connectors has already been done on the server. This is by default available on all of our cloud servers at https://start.squirro.com. For any other Squirro installation, please ask your Squirro server admin to follow the steps in the OAuth Configuration section below

Squirro will never ask you for your Salesforce password. This is requested by Salesforce itself.

Squirro fetches only Tasks and Events by default. To download other Salesforce’s objects as well, expand Advanced Options section and check appropriate options. Also note that archived or deleted items and media files are not fetched. You can also change that behaviour in the Advanced Options section.

If you receive an error informing you that “API is disabled for this user”, please ask your Salesforce server admin to follow the steps described in the Enable API Permission section below.

OAuth Configuration

App Config


You will need to register an OAuth2 app on a Salesforce instance to allow Squirro to connect to the Salesforce accounts of end users. Please follow the steps below to do so.

Steps below are described using Salesforce Lightning version of the page. Also note that the exact process on the Salesforce platform may change. If you notice big discrepancies between the current Salesforce website and the documentation page here, please reach out to Squirro’s support at support@squirro.com for help.

Enable API Permission

Squirro configuration

After having created the OAuth2 app on the Salesforce instance, you need to configure the Client ID and the Client Secret on your Squirro instance.

This configuration will soon be possible from the user interface.

[dataloader]
salescloud_client_id = YOUR_ID
salescloud_client_secret = YOUR_SECRET
sudo systemctl restart sqfrontendd
sudo systemctl restart sqdatasourced