Skip to Content

Manage Hubspot Instance using SAP API Management

Discover and manage your Open Connectors instance to Hubspot in SAP API Management.
You will learn
  • How to create provider of type Open Connectors
  • How to discover Open Connectors instance and create an API proxy
shilpavijSHILPA VIJFebruary 8, 2021
Created by
shilpavij
July 11, 2019
Contributors
shilpavij

Prerequisites

  • Step 1
    1. Navigate to your API Management.

      Access API Management
      Open API Portal
    2. Click Configure and then click Create.

      Navigate Configure
    3. Provide a name and description of the provider.

      Open Connector Provider
    4. Go to the Open Connectors cockpit and copy the following:

      • Organization Secret
      • User Secret
      Org secret
    5. Click the Connection tab and provide the following details:

      Field Value
      Type Open Connectors
      Regions Europe-Trial
      Organization Secret <your organization secret>
      User Secret <you user secret>
      Copy API Key

      Click Save.

      If the region is not available in the drop down list you can always manually edit the host field and provide the value.

      Edit Host
    6. Click Test Connection.

      Test Connection

      If successful, the response code is 200 and you might see 404 error even if the system is up and running. Do not get confuse with it. Your system is up and running, you can proceed.

    Log in to complete tutorial
  • Step 2
    1. Navigate to Develop and click Create.

      Create Proxy
    2. Select the created API provider pointing to the Open Connectors instance.

      Click Discover to discover the associated APIs.

      Discover API

      It should list all the connectors with instances.

    How can you discover the SAP Cloud Platform Open Connectors instance in SAP API Management?

    Log in to complete tutorial
  • Step 3
    1. Select HubSpotCRM connector.

      • Select myHubspot instance from the list.

      Hubspot instance
    2. By default, the name field will have a space in it. You MUST change the space to an underscore – HubSpot_CRM.

    3. Click Create and then click OK.

      Create Proxy
    Log in to complete tutorial
  • Step 4
    1. Click Deploy to deploy the proxy.

      Deploy
    2. Try out the URL of the proxy to get the details of accounts from HubSpot instances in the browser.

      https://<HostAlias><id>trial<API Base Path>/accounts

      Try Out
    Log in to complete tutorial
Back to top