-
Upload product image using API (make.com /Zapier)
Hi, I have many E-commerce clients that can really use the product image and since they have hundreds of products this can't be done manually, it needs to be done via automation, is this being developed? if not can this be considered? Thanks
-
Installments or Payments associated to Deals via API
Hi, I'm trying to build automations around creating invoices based on products in a Deal for the case where it's a project that's split into multiple invoices based on milestones. I can capture this in Pipedrive using either Installments on the Products listed in the Deal or via Payments on the Deal. I can't find…
-
Gemini API access
Not being much of a tech person, I wonder if it is possible to give Gemini access to Pipedrive data using the API? For Google workspace users, Gemini can access a lot of data it needs to function as a more useful assistant. For me, as a freelancer, it would be great if I could also ask Gemini about my client data stored in…
-
Product notes API Key
Hello, I understand the yellow field is called product notes. Where can I find this data field in pipedrive? Can I get the API key for that field? I need this field to match with my accounting tool for invoicing. Thank you!
-
Pipedrive data to Google sheets connector
Hi! I want to send pipedrive data (basically send the data from certain filters) over to google sheets for our sales database so that I can make a google datastudio dashboard that combines other datasets like marketing info. We can't build using the api bc it's too time costly for our engineers. any add-on recommendations?…
-
[API] Specify a Source channel when adding a deal
Hey, I'm stuck with what I think a very simple problem. I can't seem to find how to add a deal, using the API, and specify its Source Channel. However, the Lead API seems to have that property. So I could add a lead with a Source Channel, but then, there is no way to convert that lead to a deal through the API.…
-
Billing Export
Good day, We recently upgraded to the advanced license because we want to use PD for more than just pipeline management. I’d like to start using the CRM and export billing data from PD to process it in a different billing system. However, when exporting to Excel, all products within a case are combined into a single line,…
-
Automation cache new fields values and users
When new variables in fields or users are added in Pipedrive, the new values are not picked up by the automations — only the ID is sent via outgoing webhooks. This seems to be a recent change (in the past few weeks or months), and it’s quite frustrating. I reported this to support, and the only quick fix they suggested is…
-
Inconsistent x-daily-requests-left Value in Pipedrive API
Hi everyone, I'm currently updating my WooCommerce to Pipedrive integration extension (). Since Pipedrive introduced a daily request limit, some of my users who perform a full WooCommerce sync to Pipedrive are hitting this limit. To prevent their API keys from being blocked, I wanted to rely on the x-daily-requests-left…
-
How do we integrate our external API into Pipedrive
We have an external API that currently allows our users to submit a phone number and the API will return phone information, including line type, carrier name, and location. The API is a paid service and requires an account for each user. We would like to add it to the marketplace and add the phone validation option to the…
-
How to use webhook to add a image to a product
Hi! I successed in creating a product on Zapier using the API Request function, but I want to add a image to the product from a url on my shopify. How can I Do it?
-
Cannot fetch `last_activity_time` for deals.
As per the docs, last_activity_time has been removed from the V2 APIs. We can however get it now by including last_activity_id as optional fields. However, sometimes it seems I am not able to fetch either last_activity_id or I am not able to find the last_activity_time from the Activity API using the last_activity_id. I…
-
How to update/delete an e-mail of contact person via API?
Hi, I am trying to setup Make.com automation as follows and I would like to ask for help / experience. Specifically, I am running into a problem when trying to delete an e-mail address of a person, who has more than 1 address attached to then. The automation has very simple use-cas. The trigger is an information from you…
-
Query Regarding Person Search API
Hi there, I was wondering if there is a way to retrieve the first and last name directly from the Person Search API request ({{baseUrl}}/persons/search...). Additionally, since I can obtain the primary_email, is there a way to retrieve the primary_phone as well? Also, is the primary_phone always the first entry in the…
-
Teams API Call
Hi guys, I understand that there was a teams api that fetches the list of users who are assigned to a team. I cannot find any documentation for it anymore. Does someone have any information about this. ? Thanks
-
Organizations: invalid json returned
I have a project on C# that was working through pipedrive API v1 and it broke. The reason is that the company is null for some reason. What can I do about it? var url = $"https://{COMPANYDOMAIN}/api/v1/organizations/{id}?api_token={API_TOKEN}" returned json is:…
-
Possible limitations when using beta API endpoints?
Hi! I've reviewed the API reference and searched in the community, but haven't been able to find details about what "beta" means in the context of the Pipedrive API. What are the limitations or risks of using beta API endpoints such as "Get all deals (BETA)", "Get all persons (BETA)" and "Get all organizations (BETA)" in a…
-
Add create email endpoint
Hi, currently the API does not support neither creating a new mailthread nor adding a mail to an existing thread. This is very unfortunate as our SDRs are working with multiple email accounts for domain reputation reasons. The current email sync feature only allows to sync one email account... Even funneling all accounts…
-
Activities synced from external calendar are not included when retriving activities from API
Is this intended behavior? using v1 of api
-
Creating emails via API
We're in the process of building an app for Pipedrive, but I was shocked to find out that we could not create an email nor email templates via the API. We can neither create an email as a draft nor auto-send it. We also cannot create email templates via the API. Combine those two and it's obvious that we also can't trigger…
-
Pipedrive API: Error 401 Invalid token too often
I try to integrate Pipedrive with Zapier to run my own Automation. I use following API https://api.pipedrive.com/v1/filters unfortunately I got many times response: success: false error: Invalid token: access token is invalid errorCode: 401 error_info: Please check developers.pipedrive.com But sometimes I got OK response…
-
Creating Multiple API Keys with different permissions
I want to be able to create multiple API keys with different access permissions so that I can provide different keys to different external tools. E.g. one tool would access our data on a read only basis and the second on a read/write basis The current setup does not allow multiple API keys to be created and only maps the…
-
How can I see duplicated deals?
Hi guys, I had issue with my API and i have few of duplicated deals. There is 1 deal as "new lead" in the pipeline and then another deal with the same details in "won" How can i see all the duplicated deals? Thanks
-
Partnership with Zenchef
Hi ! We use Pipedrive to take care of our restaurants. We have a software called Zenchef, that we use to deal with table reservations. Pipedrive receives leads for events or privatisations only. However we would love to connect Zenchef to Pipedrive to sync our contacts database. Here is the person you have to contact to…
-
Reseller API - for creating new subscribtions
Hi all, we're Pipedrive Premier partner. I would like to ask regarding Reseller portal's API to create registration of new accounts automatically. We've launched our own landing page for registration to Pipedrive - so when someone is interested in Pipedrive, they fill out our form and we make qualification call and show…
-
pin note to deal via API request
Hi, Currently there is no option to pin a note to a deal via the add note, or update note API calls. Can this be added ? Thanks, Tzvi
-
How to add values on custom fields ?
I have created a personFields through a post request POST /v1/personFields It was successfully created. (I checked on person column in website ✅) When i was trying to add value on this custom field for a specific person through a patch request PATCH /api/v2/persons/{id} i am getting a validation error like this data: {…
-
Can Deal Custom Field value change history/log be extracted thru API?
I would like to see Deal Custom Field value changes in dealflows endpoint or changelog endpoint or another endpoint using API/JSON.
-
Is there a way to get a changelog data (via the API/JSON) for Deal Custom Field value changes?
Ideally would like to see this in either the dealflows or changelog endpoint.
-
Related Organizations function in import from file
It would be very useful if there would be a function for adding related organizations when importing data from a file. This could simply be done by connecting them via registration number, or even pipedrive ID, and it would not have to be done manually, one by one, or via API.