-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any update on Leads & Subscription Endpoint? #86
Comments
Probably new endpoints, could you share the links? |
https://developers.pipedrive.com/docs/api/v1/#!/Leads That's for leads. I can't seem to find Subscriptions yet. |
Just got an email from Pipedrive itself, will implement it ASAP: Hi Israel, My name is Elina and I'm a Technical Writer in Pipedrive. I'm writing to let you know that we have released the support for Leads API with 11 new endpoints: GET /leads It'd be great if you could consider adding the support of those endpoints also to your public PHP client for Pipedrive API. For any questions related to the new endpoints or how to work with them, I've also added our Lead Engineer for Leads, Jakub Kadlubiec, as a cc to this email. Don't hesitate to contact us if you have any questions or concerns. |
Perhaps, Pipedrive itself could sponsor the work? 🤔 |
Will add subscriptions before the end of the week too |
Hi @IsraelOrtuno are there any updates regarding subscriptions? |
Hi @IsraelOrtuno, when trying to add new lead I always get error |
@kg-bot could you update this file in your vendor by adding a third parameter: https://github.com/IsraelOrtuno/pipedrive/blob/master/src/Resources/Basics/Resource.php#L75 return $this->request->post('', $values, ['headers' => ['content-type' => 'application/json']]); And let me know if this works? I could quickly fix then! |
@IsraelOrtuno still does not work. I think issue is on this line https://github.com/IsraelOrtuno/pipedrive/blob/master/src/Http/PipedriveClient.php#L102 I've tried changing this to |
Mmm not sure if this may be a breaking change for other endpoints |
Let's try some other endpoint that is working with |
Ok, my project does creation of organisation, person and lead, first two where working with |
Any update on this @IsraelOrtuno? |
Perfect, thanks. |
#101 was merged, but unclear what more needs to be done for subscriptions. It's possible I can help with that if I had more detail on what still needs to be done. |
I was wondering if there has been any head way in the new Subscription end points? I haven't been able to locate them in the Master branch. |
I was checking the API and found no resource for both the endpoints. Any plan on that yet?
The text was updated successfully, but these errors were encountered: