Connecting to Pipedrive
Pipedrive uses token-based authentication to control access to its API.
Using Token Authentication
To authenticate to Pipedriver, you will need your Pipedrive API Key. You can find it by navigating to 'Settings' > 'Customize' > 'Personal' > 'Other' > 'API'. Set the API Key in the ProfileSettings property to connect.
Example Connection string
Profile=C:\Profiles\Pipedrive.apip;ProfileSettings= 'APIKey=my_api_key' |