pipedrive / client-php

Pipedrive API client for PHP
MIT License
48 stars 55 forks source link

How to create a lead? #58

Closed goear closed 1 month ago

goear commented 2 years ago

I don't see any controller related to leads. Could you let me know which is the controller for create/delete leads?

Aerendir commented 2 years ago

It seems not implemented in the client.

The documentation has a tutorial about how to add a lead via API: https://pipedrive.readme.io/docs/adding-a-lead

But in the client library there is no trace of it...

Also it seems is a old issue:

goear commented 2 years ago

Yes, finally I implemented by myself patching it via curl. Thank you.

Aerendir commented 2 years ago

I think I will do the same...

AlexL-JWA commented 1 year ago

Cool in more than a year you couldn't make a controller to create a lead