To use the Hubspot connector, add the <hubspot.init>
element in your configuration before carrying out any other Hubspot operations.
The Hubspot API allows for two means of authentication, OAuth and API Keys. For more information, see http://developers.hubspot.com/docs/methods/auth/oauth-overview.
init
<hubspot.init> <apiKey>{$ctx:apiKey}</apiKey> <apiUrl>{$ctx:apiUrl}</apiUrl> </hubspot.init>
Properties
apiKey:
The API key of the Hubspot account.apiUrl:
The API URL of Hubspot.
Now that you have connected to Hubspot, use the information in the following topics to perform various operations with the connector.