Skip to main content

Setup Guide

This guide walks you through creating a HubSpot developer app and obtaining the App ID and developer API key required to use the HubSpot CRM Extensions Video Conferencing connector.

Prerequisites

Step 1: Log in to the HubSpot developer portal

Log in to your HubSpot developer account.

Step 2: Create a developer test account (optional)

Developer test accounts let you test apps and integrations without affecting real HubSpot data.

  1. Select Test accounts in the left sidebar.

    Test accounts section

  2. Select Create developer test account.

    Create developer test account

  3. Provide a name and select Create.

    Name the test account

note

Developer test accounts are for development and testing only. Do not use them in production.

Step 3: Create a HubSpot app

  1. Navigate to Apps and select Create app.

    Create app

  2. Enter the app name and an optional description.

    Name the app

Step 4: Set the redirect URI

  1. Go to the Auth tab.

    Auth tab

  2. Under Redirect URL, add your redirect URL and select Create app.

    Add redirect URL

Step 5: Get your App ID

  1. Navigate back to Apps.

    Go to apps

  2. Copy the App ID displayed next to your app name.

    Get app ID

Step 6: Get your developer API key

  1. Select Keys in the left sidebar, then select Developer API Key.

    Developer API key screen

  2. Select Create Key.

    Create the key

  3. Select Show to reveal the key.

    Show the key

  4. Select Copy to copy the developer API key.

    Copy the key

warning

Store the App ID and developer API key securely. Do not commit them to source control. Use Ballerina's configurable feature and a Config.toml file to supply them at runtime.