https://github.com/dataiku/dss-plugin-hubspot
Connector for getting HubSpot data
https://github.com/dataiku/dss-plugin-hubspot
Last synced: 6 days ago
JSON representation
Connector for getting HubSpot data
- Host: GitHub
- URL: https://github.com/dataiku/dss-plugin-hubspot
- Owner: dataiku
- License: apache-2.0
- Created: 2020-05-21T18:06:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-16T13:17:58.000Z (11 months ago)
- Last Synced: 2025-05-16T14:33:25.686Z (11 months ago)
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 21
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HubSpot Plugin
## Plugin information
HubSpot is one of the leading CRM.
This Dataiku DSS plugin offers the ability to retrieve data from HubSpot using [HubSpot API](https://developers.hubspot.com/docs/overview)
Documentation: https://www.dataiku.com/product/plugins/hubspot/
## License
This plugin is distributed under Apache License version 2.0
## How to use
- Install the plugin in your DSS instance
- Enter the HubSpot API key
- Select the object to be downloaded
- Select the output format
- Select the property type
## Property type
- Standard: Gets default properties
- All: Gets all available properties
- Custom: Gets properties mentioned in the field
## List of Objects currently available with the plugin
- [Companies](https://developers.hubspot.com/docs/methods/companies/get-all-companies)
- [Contacts](https://developers.hubspot.com/docs/methods/contacts/get_contacts)
## Resources
[HubSpot API](https://developers.hubspot.com/docs/overview)