Pipedrive is a cloud-based sales Customer Relationship Management (CRM) tool designed to help businesses manage leads and deals, track communication, and automate sales processes.
To obtain the API token for Pipedrive, follow these steps:
The config
section in a YAML file includes the following properties:
Connectorname: Pipedrive
Pipedrive_api_key: Pipedrive API key
version: 1
encrypt_credentials: false
plugins:
extractors:
- name: Pipedrive_data
connectorname: Pipedrive
config:
pipedrive_api_key: <PIPEDRIVE API KEY>
select:
- TABLE1
- TABLE2
properties:
since_timestamp: <SINCE TIME STAMP>
Bold Data Hub
icon on the Navigation Pane.Add Project
and provide the name for the new project.Pipedrive
template.select
property and Click Save, choose the desired destination to save the pipeline.The available resources are supported in Pipedrive
- activity
- organization
- person
- product
- deal
- pipeline
- stage
- user
Warning:
1. The `Encrypt_Credentials` property should be set to false when updating the new access token on the template. If you have modified other properties, such as 'select' or 'account id', the `Encrypt_Credentials` property must be set to true.
2. The default lifetime of the access token is 1 hour. Therefore, you need to convert it to a long-lived access token in order to use the same token for 60 days. Existing tables should be maintained even if the token has expired or is being used as an invalid token.
Run Now
button..
Edit DataSource
Option to view the created tables.