Skip to content

Releases: jpetrucciani/hubspot3

Adding a CRM PipelinesClient

21 Mar 22:45
fbd265c
Compare
Choose a tag to compare

Thanks to @danilolessa (#24), we now have a client for CRM Pipelines!

Fixing OAuth token support

11 Mar 13:20
Compare
Choose a tag to compare

Thanks to @Nusnus, we've found out that the OAuth authentication scheme was incorrect on this library. This release contains the fix to #22!

Adding a way to delete companies

02 Mar 03:31
ff5e4b9
Compare
Choose a tag to compare

Thanks to @SioKCronin, we now have a way to delete companies from the CompaniesClient!

Adding Recently Created/Modified Companies

26 Feb 03:45
3820420
Compare
Choose a tag to compare

Thanks to @kevin2357, we now have endpoints for getting recently created/modified companies!

Adding search by domain to CompaniesClient

22 Jan 18:59
Compare
Choose a tag to compare

Added basic support for this API call, which allows you to search for companies associated with a certain domain.

Fetching extra properties for get_all on companies

22 Jan 14:17
f5ba8f8
Compare
Choose a tag to compare

This adds the same functionality for companies, and refines the extra_properties kwarg to accept either a list or a bare string (this is also applied to deals and contacts).

The readme has also been switched to RST so it will render on pypi

Fetching extra properties for get_all and get_batch Contacts

18 Jan 14:29
Compare
Choose a tag to compare

Thanks @NickBrecht for bringing up this issue! #16

You should now be able to pass a list to the ContactsClient.get_all and ContactsClient.get_batch functions called extra_properties, which should contain a list of extra properties (visible on this page of the HubSpot docs) you'd like to query for. This will then extend the default list, including those properties in your response

Fetching extra properties for get_all Deals

12 Nov 16:30
Compare
Choose a tag to compare

Thanks @zimmerel for bringing up this issue! #14

You should now be able to pass a list to the DealsClient.get_all function called extra_properties, which should contain a list of extra properties (visible on this page of the HubSpot docs) you'd like to query for. This will then extend the default list, including those properties in your response

Bug fix for HubspotError

08 Nov 13:55
cf98206
Compare
Choose a tag to compare

Thanks @ArtemGordinsky for catching this issue and fixing it!

Tweaking the HubspotError to be more tracker friendly

22 Oct 13:00
e55859c
Compare
Choose a tag to compare

Thanks @ArtemGordinsky for bringing this issue to attention, and creating a PR for it!

The first line of a HubspotError's string representation will now have the actual error message instead of the ---- request ---- line.