🔌Setting up a Salesforce connector
Salesforce Connector¶
This connector is dedicated to extract CRM data from the salesforce
REST API. First step is to create a connected app in Salesforce.
A pop-up window will open to authorize the connected app to access your data:
then click on the
SAVE
button
After successfully configuring the connector, you will be able to find it in the Connector section of the DataHub "Datasource" tab
Click on "Create a new dataset from this datasource "
Mandatory parameter(s)
Query
, here an SOQL query is expected to extract the data from the API. here for some examples.
Misc
Authentication
Salesforce authentication phase can be quite challenging, this stackoverflow thread is really helpful for troubleshooting.
Last updated
Was this helpful?