Setup
You will need:
Install the integration in Botpress
First, install the integration to your bot:
- In Botpress Studio, select Explore Hub in the upper-right corner.
- Search for the Pipedrive integration, then select Install Integration.
Create a Pipedrive API key
Next, create a Pipedrive API key:
- Log in to Pipedrive.
- Open the My Account menu in the upper-right corner, then select Personal preferences.
- Navigate to the API tab. You should see your personal API key—copy it.
Your Pipedrive integration is ready. You can use the integration’s Cards to interact with your Pipedrive contacts.
Cards
Here’s a reference for all Cards available with the integration:Add Person
Find Person
Update Person
Troubleshooting
If you run into errors when using the integration’s Cards, check out your bot’s Logs and locate the error message:(Field) must be (data type)
(Field) must be (data type)
Usually this means:
- Not all the Card’s required input fields were filled
- One of the fields contained invalid data
An unexpected error occurred
An unexpected error occurred
This could mean a few things:
- Your Pipedrive API key may have been revoked. Create a new one and update your bot’s configuration.
- Your API key may belong to a user that doesn’t have permission to perform the Card’s action. We recommend creating a dedicated Pipedrive user account for the API key and ensuring it has the necessary permissions for the Cards you want to use.
- You may have exceeded Pipedrive’s API rate limit. Wait and retry according to Pipedrive’s documentation.