πŸ‡ΊπŸ‡Έ
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
  1. Flow Studio
  2. Nodes

Get a Record from Hubspot

PreviousDapta Phone CallNextGmail

Last updated 8 hours ago

A very important part of working with Data via API is to be able to search for an object inside your CRM remotely. At Dapta we have set a native connection with HubSpot that allows you to search different types of Data inside of HubSpot via its API. HubSpot’s API is very versatile so it allows you to search via multiple different parameters. By default, HubSpot has 3 main entities that can be searched. These are β€œCompanies”, β€œContacts” and β€œDeals”.

In Dapta, you can search each for each of the entities in HubSpot via the API. To do this, open your Flow Studio page and open a new Flow. Then go to the templates and select the β€œSearch Record” node

When you add this node you will have the option to select a Credential, which is your way of connecting to HubSpot via the API. If you need help setting up the credential got to this part of the documentation

On this node you can select which type of entity you are going to query

Once you have selected the entity or object type, it’s really important to select which properties to extract. This is because each record in HubSpot has dozens of properties, and not all of them are relevant for querying. So you can just select which ones are relevant for you

After you have selected the properties to be shared, you can select which will be the filter to extract the information. The most recommended here would be either the HubSpot ID, email or the phone number (for contacts mainly).

And now, when you run the flow connected to the new node, you will receive the information related to the filter you set up

πŸ“