You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Leads object CRM endpoint exists in the API docs, but not in the python SDK. This means I have to implement a whole new client just to use this endpoint. It would be great if this endpoint was added to the SDK so it supported all the CRM endpoints.
I see it was put in the objects package, vs where the rest of the CRM (deals, contacts, etc) packages are. This is a little confusing, especially since the docs for the api use the python requests package instead of the python SDK.Leads - v3developers.hubspot.comOn Dec 27, 2024, at 4:50 AM, alzheltkovskiy-hubspot ***@***.***> wrote:
Hey @ochrzan. Leads have been added since version 10.0.0 of the SDK. You can confirm this by testing the following example:
hubSpotClient.crm.objects.leads.basic_api.get_page()
However, before proceeding, please ensure that the scopes of your app are configured correctly and that the leads scope has been enabled.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
The Leads object CRM endpoint exists in the API docs, but not in the python SDK. This means I have to implement a whole new client just to use this endpoint. It would be great if this endpoint was added to the SDK so it supported all the CRM endpoints.
https://developers.hubspot.com/docs/reference/api/crm/objects/leads
The text was updated successfully, but these errors were encountered: