-
Webhook Action in Workflow Automation
So the new workflow automation is really awesome! it would be really helpful if we could have it trigger a webhook action as well.
-
Custom buttons to trigger your 3rd party automations? Here you go!
If you use iPaaS / automation platforms such as Zapier, Make.com (Integromat) or any other you have most likely sometimes struggled to find a suitable way to trigger you automation. Typically the options are either through a webhook, filter etc. but this can be very inefficient and confusing for a user to understand…
-
Save multiple changes to a record at once
If a user needs to make multiple updates to a record, they currently have to hit the save button after each change or lose the other changes. This is annoying and anti-intuitive. A secondary problem with this is that after every save, a "Record Changed" webhook will trigger, causing subsequent api floods with essentially…
-
Webhooks version 2.0 for Notes
The Webhook version 2.0 for Notes is missing the change_source data, which is quite annoying. My current setup sends notes from our dialer software to the deal in Pipedrive. Our meeting bookers are only working in the dialer software, and these notes are communication related to that deal, intended for the salesmen working…
-
OneClick for Pipedrive (beta)
Hello hello, Please join our beta and try out the wonderful OneClick addon! Just install it and extend your Pipedrive to a completely new level: With OneClick you can create buttons and connect them to your Zapier or some other integration platform that supports webhooks. Also, we would appreciate any input from you here:…
-
Webhook triggering only on a specific field change
Hello all, Is it possible to have a webhook which triggers only on a specific field change? I've tried with Zapier, Make/Integromat and n8n, but as the webhook triggers on any update on any deal, it quickly uses all my credits in Zapier/make/n8n The first step in my automation is to check if the specific field I'm…
-
Post file binary does not work
As Im writing a post method to connect with PipeDrive api I encountered a convertion problem(or the lack of convertion). As documentation says the file should be send as a binary file.This is my code in c# to convert the file. Byte[] bytes = System.IO.File.ReadAllBytes(filePath); String file =…
-
Webhook for Leads?
I know leads inbox are still in beta, but do you plan to support webhook for leads? (We don't have any support for leads webhook as you can see in the attached screenshot.)
-
CHANGE_SOURCE for webhooks is API for bulk edits (should be APP)
Hi, currently the CHANGE_SOURCE for webhooks returns "API" and not "APP" if an update by a user is done using a bulk edit (select muliple deals or persons and update a field value). Because the update is done NOT over API but by a user the CHANGE_SOURCE should be "APP". The current behavior causes unresovable issues using…
-
Create more detailed Webhooks
It would be nice to have the option to create more detailed webhooks. E.g. run the webhook only if a specific field in a deal has been updated, not for any change in the deal in general. This would improve the interaction with third party applications like Integromat (maybe Zapier as well).
-
Auto update status.pipedrive.com when there is a delay in webhook queue processing
Today my team experienced a delay in webhook events being delivered to our registered webhook endpoints, which we use to drive a custom integration with our own internal systems. Normally there's no issue with webhook events being delivered near real time, which is great, so when we experienced this delay that seemed to…
-
Not getting DELETE request on Webhook after app uninstallation
I am testing my app and I am stuck in the uninstall process. According to Pipedrive documentation, after I uninstall the app, Pipedrive will send me a DELETE request on my app callback URL. But I am not receiving any DELETE requests on my callback URL. I have defined a callback URL in my app settings page and other…
-
Org address formatting
By default, the form of an Organization Adress is one line separated by a comma "," This is really annoying when you need to use the data in other programs. However, I noticed in a webhook payload that it lists the below: Address subpremise emptyAddress street number 20Address route Sample LaneAddress…
-
Webhooks - different data types on json payload
I'm building a service which receives webhooks from pipedrive for update events on deals. The json payload that is sent to the registered webhook sometimes contains strings and sometimes integer fields for the company_id and deal_id fields. Below is an extract where these fields are integers: { "v": 1, "matches_filters": {…
-
I have a dream
-
Trigger option in integromat only in deal changed to WON
-
I want to create a trigger in Microsoft Power automate on activity webhook of pipe drive, Can i get
I want to create a trigger in Microsoft Power automate on activity webhook of pipe drive, Can i get any help for the same?
-
Allow admins to add/edit webhooks globally
We have a webhook set up to our external dashboard system, and I need to update the URL. It would be extremely useful if I could edit webhooks for all users as the company admin.
-
Add Webhooks as an action in Workflow Automation
In order to better isolate triggers for specific items in Pipedrive, it would be really helpful to be able to trigger a webhook using a Pipedrive Workflow Automation. Third party apps like Zapier only allow polling for "all" updates within Pipedrive, this would allow the Pipedrive user to trigger an action in a 3rd party…
-
Automated Deal Scores
Hi all I'm looking to add an automated "Deal Score" field which depends on some user-entered custom fields. Not a very complicated process, but after a bit of digging, it doesn't seem like it is going to be possible without some sort of added webhook integration from another service. Essentially, I need to take a few…
-
Try the Customizable Whatsapp to PipeDrive integration
שלום חברים הוספנו אפשרות של סנכרון הודעות וואטסאפ לקונטקט בפייפדרייב + אפשרות שליחה של הודעות וואטסאפ מפייפדרייב עצמו מצורף הסבר מפורט יותר לנושא באנגלית אתם מוזמנים להרשם ולהתנסות בברכה צוות www.timelines.ai Hi people! Several months ago, we made a post about the WA<>Pipedrive integration that my team and I were working…
-
Webhooks?
I have a client who owns a SAAS company/software. They want to be able to update deals in Pipedrive when a deal signs up to a trial and when they have paid. They said they have developers but would like some advice on what to tell their development team. They're happy to use Zapier or direct webhooks to PD. Could anyone…
-
Workflow automation: add the possibilty to trigger Webhooks from Workflow automation.
Workflow automation: add the possibilty to trigger Webhooks from Workflow automation.
-
Webhook history
Hi I noticed that there was an issue with the Webhooks recently and for some time they did not fire. After discussing it with Pipedrive support I was informed that you had an issue and it was now fixed, however, the webhooks that didn't fire during the issue will not run after it was fixed. When I asked if it was possible…
-
Anybody else having issues with Webhooks today? They're not triggering.
-
Problemas com a integração com conta azul
Olá, pessoal. Estou tentando integrar o pipedrive com o conta azul, mas tenho tido muitas dificuldades. A configuração inicial funcionou, criou os campos do Conta Azul no pipe, mas o Webhook aponta um erro a a integração não funciona. Alguém já passou por essa experiência? Abraço,
-
Pull Number of completed Activities with Zapier
Hello, I use a webhook to notify Zapier when a call-activity was completed. Now I would like to use zapier to pull the number of completed calls this agent has this month and push it into Google Sheets (to visualize it in a dashboard). However I don't manage to pull the number of activities from pipedrive. Anyone an idea…
-
Integrating with Pipedrive
Hey team, I'll start out by saying that I am no expert in what I am doing here, but that I wanted to simply share this for your interest only. About a year ago, I was building a new production management system for our manufacturing company - my goal at the time was simply to allow our production team to do away with the…