I am trying to create a new pipedrive “LEAD” from a new form submission using webflow. I’ve checked but I am only being offered the possibility to create a new DEAL, I want to first create a LEAD in pipedrive and eventually decide if that LEAD has potential to become a DEAL or not.
For better context, I believe pipedrive used to have LEADS inside DEALS, but now they seem to be into separate categories, I will like to access the first one as mentioned above.
Please let me know if this will be possible or not.
(I’ve checked with other typeform, jotform, integrations and only option is create new DEAL as well).
I’ll appreciate your help and insight on this!
thank you for your time :)
-Manuel
Best answer by Troy Tessalone
@andywingrave
I replicated your steps, but was unable to get a Lead created in the Pipedrive LeadsInbox: pipedrive.com/leads/inbox
There is the ability to Label a Person in Pipedrive, which could be labeled as a “Lead”, but that does not create a Lead.
Via the Zap action Pipedrive Create Person, there is no ability to specify the Person is a “Lead” (vs Deal). [see screenshot below]
However, I was able to use the PipedriveAPI via a Webhooks action step in a Zap to Add a Lead associated to a Person and/or Organization.
I’ve tried to add a the url resquest and then adding the “title” string but it seems like it doesnt recognize data, I am most probably doing something incorrect, please let me know if you know what could be it please! I’ll attach some more printscreens.
Hello! Sadly webhooks are definitely not the answer. (I use Pipedrive a lot, and can say this with 100% certainty). I’m really sorry you’ve been pointed in the direction here.
You actually just need to create a person in Pipedrive here (and I think they need to be linked to an organisation).
So your flow would go something like this:
Form submission
Find or Create organisation
Find or create person
And on that last step, you want to ensure that the person you create is categorised as a lead.
Got it! Yeah as confirmed here, Pipedrive’s Zapier integration doesn’t work with the leads object: https://www.pipedrive.com/en/blog/leads-inbox - So a webhook is indeed the right way to do it.
What’s interesting is that I’ve never had any issue categorising a person as a lead in this way (which is how my set up works)! Thanks for following up @Troy Tessalone