HubSpot Integration with IBM ACE
Here in this blog, we are going to learn about Hub Spot Integration with IBM ACE.
HubSpot CRM is a customer relationship management (CRM) software that allows you to integrate sales and marketing teams, boost sales enablement, increase ROI, and optimize your marketing strategy to produce more qualified leads.
IBM App Connect Enterprise integrates with HubSpot CRM via the HubSpot CRM Request node:
Actions such as creating, retrieving, editing, or deleting companies as well as creating, retrieving, or deleting associations with companies and retrieving companies using filters or ID assignments on objects are all possible with CRM requests. Items in Hubspot include companies, owners, contacts, products, deals, and line items.
Procedure:
- In the IBM App Connect Enterprise Toolkit, Develop a flow with a HubSpot CRM Request node.
- Select the CRM Request node in the flow to view its properties in the editor.
- Under the Basic tab, select Launch Connector Discovery. Click on Launch the Connector Discovery wizard for HubSpot.
- Specify the policy project and vault for connector discovery
- Provide credentials for App Connect to use (BASIC OAUTH) or Provide credentials for App Connect to use (BEARER TOKEN).
- If you selected BASIC OAUTH as the authorization method, enter the following details:
- Application client ID: Your client application’s special identification number. From your developer account’s HubSpot Apps dashboard, obtain the application client ID.
- Application client secret: The special application client ID’s application client secret. From your developer account’s HubSpot Apps dashboard, obtain the application client secret.
- Access token: The token that is obtained by using the client secret and application ID.
- Refresh token: The application client ID and client secret are used to generate the refresh token.
- API URL: Enter the CRM API server URL (optional).
- If you selected BEARER TOKEN as the authorization method, enter the following details:
- Access Token: The private application generates this access token.
- Choose the connection you want to utilize like Retrieve all owners, Retrieve all companies.
Here is the Flow diagram for the integration of IBM Ace with CRM Request Node
Here, we are fetching the Owner in Hubspot.
Below is the Screenshot for all the Retrieved Owners present in it.