-
Webhooks v2 will become the new default version
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…
-
Pipedrive webhooks persist despite three consecutive days of 400 Bad Request responses.
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…
-
Smart Doc Triggers.
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…
-
When will webhook v1 be deprecated?
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
-
Address formatted has Chinese character
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…
-
Automations webhook are not available for non-admin users
If the users trying to trigger the "Automated Webhook" are non-admin users, they can't benefit from the feature. All users in my account should be able to trigger an automation that includes a webhook action. (if TRIGGERED BY ANY USER is checked) For example, this action can help them enrich data from external providers.…
-
Webhook with a Script - How to tell Pipedrive it was successful? Http Status Code Help
Hi Pipedrive Community, I set up a webhook with a Google Script, it gets triggered fine, it works perfectly, but Pipedrive keeps retrying and it ultimately ends up saying it failed. I don't know if I'm implementing the status code correctly: // Return a success message with a 200 status code return createResponse('Folders…
-
New: Automations webhook requests
Hey Pipedrivers 👋 We’re beginning to gradually release automated webhooks, expecting to reach all regions by the end of April 2024. What does it do? The webhook action in Automations allows you to connect Pipedrive with external tools and apps by sending information to specific endpoints. Unlike regular webhooks, you can…
-
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.
-
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…