πŸ‡ΊπŸ‡Έ
Dapta Docs
πŸ‡ΊπŸ‡Έ English
πŸ‡ΊπŸ‡Έ English
  • πŸ‘‹Dapta
  • Fundamentals
    • πŸ› οΈHow to create an account in Dapta?
    • πŸ”‘How to recover your password?
    • πŸ’°How Credits Work in Dapta
    • πŸ˜€Add team members
    • 🏒Create projects in Dapta
  • AI Voice Agents
    • πŸ‘¨Creating a Voice Agent
    • πŸ“žHow to set up your AI Voice Agent
      • πŸ“„Improving your prompts
      • πŸ“„Using dynamic variables
      • πŸ“„Improving pronunciation
    • βœ…Verifying phone numbers in Dapta
    • How to add a Phone Number for Testing in Dapta
    • πŸ“£How to create your first campaign in Dapta
    • 🧩Integrating and activating your AI calls easily
    • πŸ’‘Extracting Information from your Calls
      • πŸ€™Extract AI Call Variables to a Google Sheets Template
    • πŸ’‘Advanced Guide: AI Call Integration Templates and Google Sheets
    • How to Automatically Schedule Appointments with Your AI Voice Agent
    • Inbound Calls and How to Activate Them
  • AI Text Agents
    • πŸ€–How to create your first text Agent
    • πŸ’‘Setting up your first text agent
    • πŸ§ͺTesting your AI Agent
    • βœ…How to embed your AI Agent to your website
    • πŸ•‘Viewing Your AI Agent's Chat History
  • Flow Studio
    • πŸ€“Understanding the basics of AI integrations
    • πŸ€–Creating a New Flow in Flow Studio
    • πŸ”‘Setting Up Triggers in Flow Studio
    • Nodes
      • πŸ“žDapta Phone Call
      • πŸ“Get a Record from Hubspot
  • Integrations
    • πŸ“©Gmail
    • πŸ“„Notion
    • πŸ”’Google Sheets
    • πŸ“†HubSpot Private App Setup
    • πŸ”©Zoho
    • πŸ“ŠSlack
Powered by GitBook
On this page
  • πŸ“Œ Prerequisites
  • πŸ›  Step 1: Creating a Private App in HubSpot
  1. Integrations

HubSpot Private App Setup

PreviousGoogle SheetsNextZoho

Last updated 28 days ago

This guide explains how to generate API credentials for integrating HubSpot with Dapta. The process consists of two steps:

  1. Creating a Private App in HubSpot to generate an API key.

  2. Creating a Credential in Dapta and using it in the Flow Builder.


πŸ“Œ Prerequisites

Before starting, make sure you have:

βœ… Admin access to a HubSpot account. βœ… Permissions to create a Private App in HubSpot. βœ… Access to Dapta with integration privileges and the Flow Builder module.


πŸ›  Step 1: Creating a Private App in HubSpot

To integrate HubSpot with Dapta, you need to generate an API key by creating a Private App in HubSpot. Follow these steps:

1️⃣ Access the Private Apps Section

  1. Log in to your HubSpot account.

  2. Click the settings icon (βš™οΈ) in the top navigation bar.

  3. In the left menu, navigate to Integrations > Private Apps.

  4. Click "Create a private app".

2️⃣ Set Up the Private App

  1. In the Basic Info section:

    • Set the App Name to Dapta Integration.

    • (Optional) Add a description such as: Allows Dapta to access HubSpot data for automation.

  2. Navigate to the Scopes tab.

  3. Enable the following permissions:

    Dapta requires specific scopes to ensure seamless integration with HubSpot. Below is the list of recommended scopes that enable essential CRM functionalities such as managing contacts, companies, and deals. βœ… crm.objects.contacts.read βœ… crm.objects.contacts.write βœ… crm.objects.companies.read βœ… crm.objects.companies.write βœ… crm.objects.deals.read βœ… crm.objects.deals.write βœ… crm.objects.owners.read βœ… crm.lists.read βœ… crm.lists.write βœ… crm.schemas.contacts.write βœ… crm.schemas.companies.write βœ… crm.schemas.deals.write βœ… crm.schemas.contacts.read βœ… crm.schemas.companies.read βœ… crm.schemas.deals.read Note: Depending on your specific use case, you may need to enable additional scopes to meet your integration needs.

  4. Once you've finished configuring the settings, go to the top of the page and click Create app.

  5. Retrieve the API Key

    After creating the app, HubSpot will generate an API key. Copy this key immediately, as HubSpot will not display it again after this step. Store the API key securely, as it will be required in Dapta for authentication.

πŸš€ Now that you have your HubSpot API key, you can move on to Step 2: Creating a Credential in Dapta.

πŸ“†