pipedrive-python icon indicating copy to clipboard operation
pipedrive-python copied to clipboard

Pipedrive wrapper written in Python

Results 15 pipedrive-python issues
Sort by recently updated
recently updated
newest added

Is there a recommended way to do a person merge using this library? it's not covered in the documentation.

Hi, installed with pip3 and got this error. ``` python3 Python 3.5.3 (default, Sep 27 2018, 17:25:39) [GCC 6.3.0 20170516] on linux Type "help", "copyright", "credits" or "license" for more...

It seems that this wrapper does not contain a method to create an organization custom field. Would be great to have something like this: `client.organizations.add_organization_field(params)`

I'm running the .get_all_deals_with_filter() function and have pagination within the results. (I'm only getting the first 100 and it is saying there are more results.) How do I update this...

New get_all function to handle paging and get all the records. Add retries and interval between retries. Request to get all emails of a person. Change parse function so _request...

Now when you choose to use API token, the logic in Tutorial is to set domain and token. But it doesn't work. It returns 500. The problem is logic in...

Hi, I installed it using the pip install comment however I'm still getting ModuleNotFoundError while importing: ![image](https://user-images.githubusercontent.com/70978219/92522542-92471600-f227-11ea-8630-56373e8fd635.png) How can I fix this? P.S. I'm using Jupyter Notebook

![image](https://user-images.githubusercontent.com/15274705/81828566-8daf7100-9557-11ea-88ed-956df32532b5.png)

The Projects part is pretty straightforward but I'm puzzled about having to add the '/v1/' to the generic/non-domain api.pipedrive.com domain See: ``` + else: + self.BASE_URL = self.BASE_URL + "v1/"...

Are there any plans to move to httpx for async support?