pipedrive / client-nodejs

Pipedrive API client for NodeJS
MIT License
205 stars 82 forks source link

[question] Is still pending LeadsController? #182

Closed manetrejo closed 3 years ago

manetrejo commented 3 years ago

Hi all, I just want to know if LeadsController is unimplemented or just I need to set some flag during deals adding.

Thanks

dmitriyeff commented 3 years ago

Hello @manetrejo,

To perform the search from leads you can use GET /itemSearch. Here is the documentation: https://developers.pipedrive.com/docs/api/v1/#!/ItemSearch/searchItem

manetrejo commented 3 years ago

Perfect, this is what I'm doing now. I just asked if I could do this using the nodejs client.

dmitriyeff commented 3 years ago

Yes, you can do it using nodejs client, but new search endpoints (including itemSearch) were introduced in v10.5.0

#180