This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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. 

  • No labels