Can i send a webhook 1 hour before an activity is due ? I see that i can run automation for only X days before and at specific time :) I dont understand why Pipedrive made automations if we HAVE to choose time to run.. this is no sense..
I have a Pipedrive automation that send information to an external app through a webhook. Until now, it has used key-values, but it needs to use the raw format. The following body sends the literal value "{deal.title)" instead of the title of the deal. How do I send the title of the deal instead of literal text?
This sends "{deal.title)" to the nm field of the destination, but the intention is to send the value of the specific deal that initiated the automation. Is that feasible?
The point of a webhook is to pass easily referenceable data to another source. In V2, you're passing a field hash instead of a custom field name which prevents one field from easily being distinguished from another. Even worse, you're passing the internal PD ID of a field value, and not including the value that it…
What’s changing? From March 17, 2025, all new webhooks created via API will be version 2.0 by default. Until further notice, legacy v1 webhooks can still be created by specifying the version parameter in the API request body. Why is it changing? We introduced webhooks v2 at the beginning of 2023 to add reliability and…
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…
In our application, we have an integration with Pipedrive, and we've observed that Pipedrive continues to send invalid webhooks to us. This typically happens when a customer disconnects their Pipedrive account or for other similar reasons. To address this, we return a 400 Bad Request status code to stop the webhook…
I am looking to take a copy of the smart document once signed and upload a copy to our third party finance software (xero). I had thought I could make use of webhook automations, to trigger once a document is signed and then I could process the upload via make.com. Has anyone got any automation work arounds for getting…
Hi, I noticed that webhook v1 will soon be deprecated. Pipedrive team, could you share the timeline for when this will occur? I'd like to know how much time we have to rebuild our integrations. ;) Also, once we're done, we plan to create a tutorial comparing webhook v1 and v2 for the community. Thanks, Maciej
Hey all, I received data from webhook with address selected as "address": { "admin_area_level_1": "Victoria", "admin_area_level_2": "Whitehorse City", "country": "Australia", "formatted_address": "Australia, Victoria, Box Hill, Whitehorse Rd, 2邮政编码: 3128", "locality": "Box Hill", "postal_code": "3128", "route": "Whitehorse…
It looks like you're new here. Sign in or register to get started.