Is there a way to create Leads through an API endpoint ?

Alex Béliveau
Alex Béliveau Member Posts: 1

We would like to create some leads in PipeDrive by sending the information through an APi endpoint. Is it possible without using a spreadsheet or Zapier and Facebook Together?

Tagged:
0
0 votes

· Last Updated -

Comments

  • Jakub Kadlubiec_2191
    Jakub Kadlubiec_2191 Posts: 6 PIPEDRIVE TEAM
    First Comment Pipedrive Team
    edited February 2022 #2

    Hey, we are working on opening up the API for creating Leads as we speak. It should be ready soon, we will post an announcement to this forum.

  • Boris Tsibelman
    Boris Tsibelman Member Posts: 847
    5 Likes First Anniversary First Answer Combo Breaker
    edited June 2020 #3

    Hey, we are working on opening up the API for creating Leads as we speak. It should be ready soon, we will post an announcement to this forum.

    Hallelujah! 

  • David Lorbiecke_3
    David Lorbiecke_3 Posts: 188 PIPEDRIVE TEAM
    First Comment Pipedrive Team
    edited March 2021 #4

    Just released, here ya go: https://pipedrive.readme.io/docs/changelog#introducing-leads-api

    In the Pipedrive API Changelog, you'll find a list of recent and upcoming changes to the Pipedrive public API. You can subscribe to the changes in our Developer's Community.
  • Sina Winter
    Sina Winter Member Posts: 2
    First Comment

    Yes, it is possible to create leads in PipeDrive using their API endpoint without using a spreadsheet, Zapier, or Facebook Together. To do so, you will need to use a programming language that can make API requests, such as Python, Ruby, or JavaScript, and make a POST request to the PipeDrive API with the necessary information to create a lead.

    To get started, you will need to obtain an API key from PipeDrive and review their API documentation to understand the structure of the API request. Then, you can use a programming language and the appropriate libraries to make the API request with the required parameters, including the lead's name, contact information, and any other relevant details.

    Once the API request is successful, PipeDrive will create a new lead in your account with the information you provided. You can then use the PipeDrive interface to manage and follow up with the lead.

    Keep in mind that creating leads through the API requires some technical knowledge, and you may need to consult with a developer or engineer to implement this solution.