🐘
Anecdote Docs
  • Getting started
  • Integrations
    • Gorgias
    • SurveyMonkey
    • Zendesk
    • SendBird
    • Freshdesk
    • Intercom
    • Kustomer
    • HubSpot
    • Typeform
    • Delighted
    • Android SDK
    • iOS SDK
  • Release Notes
  • On-Prem Setup
    • Getting started
    • Identifying the Need for On-Prem Setup
    • Strategy for Client-Side Data Collection and Processing
    • Architecture Overview
    • Why Airbyte and Its Technical Details
    • Custom Airbyte Destination Development and Specifications
    • Health Check Monitoring
  • Direct Data Injection EndPoint
    • Introduction
    • Getting Started
    • Authorization
    • Data Format
    • Error Handling
Powered by GitBook
On this page
  1. Integrations

HubSpot

To obtain an API access token in HubSpot, you'll need to create a Private App with the appropriate scopes. Here's a concise guide to help you through the process:

  1. Navigate to Private Apps:

    • In your HubSpot account, click the settings icon ⚙️ in the main navigation bar.

    • In the left sidebar menu, go to Integrations > Private Apps.

  2. Create a New Private App:

    • Click the Create a private app button.

    • In the Basic Info tab, provide your app's name, logo, and description, fpr example

      • Anecdote Integration

      • Integration with Anecdote AI Service

  3. Set Scopes:

    • Navigate to the Scopes tab.

    • Assign the following scopes based on your requirements:

      Stream
      Required Scope

      contact_lists

      crm.lists.read

      contacts

      crm.objects.contacts.read

      contacts_list_memberships

      crm.objects.contacts.read

      contacts_form_submissions

      crm.objects.contacts.read

      engagements_emails

      sales-email-read

      forms

      forms

      form_submissions

      forms

      tickets

      tickets

  4. Create the App:

    • After configuring the scopes, click the Create app button in the top right corner.

  5. Retrieve the Access Token:

    • Once the app is created, you'll be directed to its details page.

    • In the Access token section, click Show token to view and copy your access token.

PreviousKustomerNextTypeform

Last updated 3 months ago

For more detailed information, refer to

HubSpot's official documentation
Page cover image