Send data to HubSpot¶
HubSpot is a CRM platform built around dedicated hubs for marketing, sales, services, content management, and operations.
Use Amperity to manage contact lists in HubSpot. Build a query using the email field and send the results of that query to HubSpot. If contacts exist in HubSpot for the emails sent in the query, the contact list will be updated to match the query.
Note
Field names that are sent from Amperity to HubSpot should be lowercase and contain only letters (a-z
), numbers (0-9
), and underscores (_
). Amperity automatically converts uppercase letters to lowercase and replaces non-underscore characters (such as #
, *
, or -
) with an underscore.
Important
HubSpot has specific requirements for email address validation . All email addresses that are sent to HubSpot must:
Have a valid format, as defined by RFC 2822 .
May not contain quotation marks in the local part of the address, which is the part to the left of the @ symbol.
Must end in a valid top-level domain (TLD), as listed at https://data.iana.org/TLD/tlds-alpha-by-domain.txt and may contain Unicode characters within the TLD.
If a list of email addresses that is sent to HubSpot contains a single invalid email address the entire import will fail and return a 400 error.
If you experience a 400 error (due to invalid email addresses) please work with your DataGrid Operator to identify which email addresses are invalid, have them help you remove them from your list, and then resend a list of valid email addresses to HubSpot.
This topic describes the steps that are required to send contact list updates to HubSpot from Amperity:
Get details¶
HubSpot requires the following configuration details:
![]() |
Authorize Amperity to send data to the customer’s Hubspot account. |
![]() |
The list name to which the HubSpot connector will write. This can be the name of an existing list or a new list. |
![]() |
A query that outputs the fields that must be mapped to the HubSpot contacts. |
Configure OAuth¶
OAuth is an open standard for access delegation, commonly used to grant websites or applications access to information on other websites.
Use OAuth to configure Amperity to send contact list updates to HubSpot.
To configure OAuth
Add destination¶
Configure Amperity to send contact list updates directly to HubSpot.
To add a destination
Add data template¶
A data template defines how columns in Amperity data structures are sent to downstream workflows. A data template is part of the configuration for sending query and segment results from Amperity to an external location.
To add a data template
![]() |
From the Destinations tab, open the menu for a destination that is configured for HubSpot, and then select Add data template. This opens the Add Data Template dialog box. ![]() Enter the name of the data template and a description. For example: “HubSpot” and “Send contact list updates to HubSpot.”. |
![]() |
Verify business user access to queries and orchestrations and access to segments and campaigns. A business user may also have restricted access to PII, which prevents them from viewing and sending customer profile data. ![]() If business user access was not configured as part of the destination, you may configure access from the data template. Important To allow business users to use this destination with campaigns, you must enable the Make available to campaigns option. This allows users to send campaign results from Amperity to HubSpot. If you enable this option, the data extension settings require using campaign name and group name template variables to associate the name of the data extension to your campaign. |
![]() |
Verify all configuration settings. |
![]() |
Review all settings, and then click Save. ![]() After you have saved the data template, and depending on how you configured it, business users can send query results and/or send campaigns to HubSpot. |