I am currently working on an integration that involves filtering persons based on multiple fields and multiple values per field, through the API.
As far as I know, it is not possible to implement the following type of filter using the API:
Custom…
So I created a person and also created an Organization and i want to send a PUT request to update a few fields of that Person (+ Organization they belong to).
So if my payload looks like:
{
"name": "Lorem Ipsum"
}
The persons name will be…
I hope you are all well.
I am a data analyst for a UK based property investment company. I have been doing research into methods for setting up a live dashboard, linking a live feed of our CRM data to my analytics software Tableau. And so far, Make…
I have a nestjs application which handles some marketing automation tasks.
I have set up datadog and sentry and I keep getting errors.
When I replay the bodies locally, I get no errors. I'm a bit stuck here.
The error I get on sentry is the…
I am getting the error 'Exception: Request failed for https://api.pipedrive.com returned code 404. Truncated server response: {"status":false,"error":"Unknown method ."} (use muteHttpExceptions option to examine full response)' when attempting a…
I'm trying to develop an API with Node.js using Axios, to get all deals from Pipedrive. I already have the Pipedrive URL to make the requests, which is similar to this one: https://mydomain.pipedrive.com/api/v1/deals?api_token=${API_TOKEN} and I…
I have a script which loops through a dataframe containing 110 rows. For each row, it creates a dictionary of data then I send a POST request via the Pipedrive API. After 57 successful POSTs, the script seems to be hung but hasnt failed. Any idea…
I have setup a webhook from Pipedrive to activate on a deal being updated. I am struggling with the correct way to read the json response in php. I am new to Webhooks so is there another way of reading the response data. This is what I have:
…
In Pipedrive, when you create a custom field it has a unique API Key, 40 characters long.
I create a public object with the name set to that API key, assign a value, it updates on Pipedrive. All is well in the world, until I have a weird issue of…
I am trying to export my Pipedrive data to a Google Sheet, in particular to make the link between two of my queries. So I first wrote this script:
function GetPipedriveDeals2() {
let ss = SpreadsheetApp.getActiveSpreadsheet();
let sheets =…
I have a list of custom fields for a Deals in Pipedrive. (Located here https://your-instance.pipedrive.com/settings/fields?type=DEAL)
Each custom field has a custom API Key which looks like this a56aff894af47285d3bbcd67fe06ee5143fb1123
I try to…
So I've got Zapier, pipedrive and Wordpress and what I'm doing is I've got zapier connected to wordpress through a webhook and I'm then creating a deal when a new entry is submitted through contact form 7.
The deal is automatically being created but…
I was having issues with current data, and wanted to start over the full account. Found out, there is a link which you can hit to start over again.
Here is the link to delete everything.
https://app.pipedrive.com/settings/start_over
I use pipedrive-python-lib (https://github.com/GearPlug/pipedrive-python)
to connect with Pipeline API.
Question:
I want to get only deals based on filter.
Problem:
When I get deals data I don't see any info about filters.
And when I get specify…
I created an app on sandbox.pipedrive.com in Marketplace Manager and then I created a callback which asked user to install the app which I setup in pipedrive.
If user allow to install they get redirected to my callback url in controller, my…