Skip to content

meshcloud/tap-hubspot

This branch is 28 commits behind singer-io/tap-hubspot:master.

Folders and files

NameName
Last commit message
Last commit date
Sep 13, 2022
Oct 24, 2019
Aug 1, 2017
Jul 27, 2023
Jul 26, 2023
Aug 2, 2017
Jul 27, 2023
Feb 1, 2017
Feb 15, 2017
Feb 16, 2023
Jun 14, 2022
Feb 15, 2017
Jul 27, 2023

Repository files navigation

tap-hubspot

This is a Singer tap that produces JSON-formatted data following the Singer spec.

This tap:

Configuration

This tap requires a config.json which specifies details regarding OAuth 2.0 authentication, a cutoff date for syncing historical data, an optional parameter request_timeout for which request should wait to get the response and an optional flag which controls collection of anonymous usage metrics. See config.sample.json for an example. You may specify an API key instead of OAuth parameters for development purposes, as detailed below.

To run tap-hubspot with the configuration file, use this command:

› tap-hubspot -c my-config.json

API Key Authentication (for development)

As an alternative to OAuth 2.0 authentication during development, you may specify an API key (HAPIKEY) to authenticate with the HubSpot API. This should be used only for low-volume development work, as the HubSpot API Usage Guidelines specify that integrations should use OAuth for authentication.

To use an API key, include a hapikey configuration variable in your config.json and set it to the value of your HubSpot API key. Any OAuth authentication parameters in your config.json will be ignored if this key is present!


Copyright © 2017 Stitch

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%