Fetching Data from Hubspot

Retrieving HubSpot's Contacts

To fetch contacts from HubSpot:

connect to hubspot where
    the hubspot token is "example-token-123"
get hubspot's contacts

Retrieving HubSpot's Deals

To fetch deals from HubSpot:

connect to hubspot where
    the hubspot token is "example-token-123"
get hubspot's deals as a csv

Retrieving HubSpot's Companies

To fetch companies from HubSpot:

connect to hubspot where
    the hubspot token is "example-token-123"
get hubspot's companies as a csv

Retrieving HubSpot's Line Items

To fetch line items from HubSpot:

connect to hubspot where
    the hubspot token is "example-token-123"
get hubspot's line items as a csv

Last updated

Was this helpful?