Salesforce reports are powerful tools that allow users to analyze data, track performance, and make informed business decisions.They enable users to compile and analyze data from different sources within Salesforce, providing insights that can drive strategic decisions.
To set up your pipeline, you need the client_idand client_secret
version: 1.0.1
encrypt_credentials: false
plugins:
extractors:
- name: Salesforce Reports
connectorname: Salesforce Reports
config:
client_id : <Client ID>
client_secret : <Client Secret>
report_id : <report ID>
type: oauthTo set up your pipeline, you’ll need your Salesforce user_name, password, and security_token. Use your login credentials for the user_name and password.
Follow these steps to obtain the security_token:
version: 1.0.1
encrypt_credentials: false
plugins:
extractors:
- name: Salesforce Reports
connectorname: Salesforce Reports
config:
username: <USERNAME>
password: <PASSWORD>
security_token: <SECURITY TOKEN>
instance_url : <Instance URL>
report_id : <report ID>
type: exportBold Data Hub icon on the Navigation Pane.
Add Pipeline and provide the name for the new pipeline.
Salesforce Reports Connector, from the list of available connectors and add template popup appears.
There are two methods to get authenticated for using Salesforce Reports:
Configure OAuth button. A Popup appears enter client id and client secret button and Click Ok button.






Run Now button.


Edit DataSource Option to view the created tables.Having trouble getting help?
Contact SupportHaving trouble getting help?
Contact Support