Rechercher un contact dans HubSpot

Le composant Rechercher un contact dans HubSpot vous permet de rechercher et filtrer les contacts HubSpot par n’importe quelle propriété, offrant des workflows, des rapports et des automatisations sur mesure.

Rechercher un contact dans HubSpot

Description du composant

Comment fonctionne le composant Rechercher un contact dans HubSpot

What Is The Search a Contact in HubSpot Component

The Search Contact in HubSpot component lets you find and filter contacts based on any possible HubSpot property, including custom properties. Coupled with operator options, it allows for dozens of unique use cases.

Key Benefits of This Component

  • Flexible Property Search: Filter contacts using any HubSpot property, including custom fields. This gives you full control over how you target or retrieve data.
  • Advanced Operator Support: Use conditions like equals, greater than, less than, between, contains, and more. These allow for precise and customizable queries.
  • Workflow Compatibility: Use in combination with other components to build complete flows. Ideal for lead tracking, reminders, or syncing data across tools.
  • Improved Data Hygiene: Easily identify incomplete or outdated contact records. Helps you keep your CRM clean and up to date.
  • Time-Based Filtering: Search by creation or modification dates. Perfect for setting up anniversary offers, re-engagement campaigns, or stale lead detection.
  • Custom Output Options: Send results wherever you need them—chat, Slack, Google Sheets, email, and more. Makes it easy to automate reporting and alerts.

Component Settings

Search Contact settings screenshot

Operator

Operators are mathematical functions describing the relationship between your query and what you’re searching for. For example, you can search for an exact match of emails, but also for contacts created after a certain date, contacts missing specific properties, and much more.

Property name

You can search by HubSpot properties or custom objects. Coupled with operator options, this allows for dozens of unique use cases. In addition to contact information such as names, emails, or companies, you can also filter by creation or modification date, lifecycle stage, and more.

Other Settings

  • Limitations: Set the number of contacts to retrieve. The default is 1 for exact match use cases, but you can set it higher for bulk actions. Keep in mind that the processing time and price rises with number of results.
  • Tool Description: Give additional information to help the agent understand how to use the tool.
  • Tool Name: Add a name the agent should use to refer to this component in verbose output. This name is used for your convenience.
  • Verbose: Pick whether the agent should show its thought process in the FlowHunt chat interface. This is especially useful for debugging.

Handles

  • Tool: Connect the component to an AI Agent as a tool. This is the main output handle, allowing the agent to use this component to create new contact records.
  • After Add Contact: Connect components to specify actions that should occur after contact creation. For example, you can set up Slack notifications, automatically update Google Sheets, or further process the data.

How To Use The Search Contact in HubSpot Component

Now that we’ve covered what the component does, let’s take a look at how to use it. Before seeing it in action, here are some popular use cases to show the kinds of problems this component can solve:

  • Compliance and data hygiene: Using the “not in,” “doesn’t have property,” or “contains token” operators to find test leads, missing contact fields, or incomplete records to suppress or clean up.
  • Stale lead detection: Automatic notifications for lifecycle=lead contacts that haven’t been modified in a specific amount of time.
  • Geo-based campaigns: Searching for contacts from specific countries, cities, or zip codes to generate and send out location-based campaigns, event invitations and more.
  • Time-based campaigns: Searching for contacts with a specific creation date to generate and send anniversary offers.
  • Auto renewal reminders: Using the “less than or equal” operator on the last modified date to find customers coming up on renewal and trigger a check-in or special offers.
  • New contact from key accounts: Detecting newly created contacts from target account companies to instantly trigger internal alerts or route to the right sales rep.
  • Zip code-based sales routing: Using the “in” operator to match contacts to a predefined list of zip codes and assigning them to a regional rep or localized campaign.
  • Interest-based smart routing: Using custom properties like “Interest = Product A” to instantly route contacts to relevant sales follow-ups or content journeys.

Building A Stale Lead Detection Flow

Let’s test out the component. We’ll create a very simple stale lead detection Flow. In other words, we will search for contacts with lifecycle stage = lead AND last modified date X days ago.

For this purpose, we will be testing it as a chatflow. However, this process can be fully automated as a cron job and output wherever you need, whether Slack or Gmail notifications for easy access, or a spreadsheet for creating automatic reports.

Steps:

  1. Since this is a chatflow, add Chat Input, Output, and History.
  2. Add an AI Agent that will use the HubSpot component as a tool.
  3. Since we’re giving two search conditions, we need two Search Contact in HubSpot components.
  4. Connect the components as pictured below:
Stale Lead Detection Flow Diagram
  1. Next, set up the search Operator and Property name.
  2. The first Search component looks for lastmodifieddate that is Greater than or equal to X number of days. In other words, it searches for stale records:
Search settings for last modified date
  1. The second Search component looks for lifecyclestage that is equal to lead. This search ensures no existing customers or other types of records make it into the results:
Search settings for lifecycle stage
  1. This is all you need for a chatflow that allows you to give instructions in chat and get results in chat. You can elaborate on this Flow, making it an automatically run Flow that sends results to third-party apps instead of chat.

Let’s test it out. We will send the following instructions in chat:

Return contacts where lifecycle stage is lead AND last modified date greater than or equal 5 days.

In a fully automated workflow, you’d permanently insert the instructions into the AI Agents and Search Contact component settings. Since we’re doing a chatflow, we can simply send the instructions in chat.

After a bit of processing, the Flow returned a single contact:

Search result lead and stale

Let’s see if the result is correct. Looking into our HubSpot contact list, we can see 4 records. However, one of them is a customer. And the two others were modified today (April 10th). Meaning, the contact the Flow returned is in fact the only one to fit the given criteria:

HubSpot contact list filtered

In our example, we prompt the Flow manually, and the search results are returned in chat. However, you can simply rework it into a fully automated solution by running it as a cron job and swapping the chat output for any output source you need, such as the Create Google Sheet component for automated reports and Send Slack message or Email notification tool for notifications.

Exemples de modèles de flux utilisant le composant Rechercher un contact dans HubSpot

Pour vous aider à démarrer rapidement, nous avons préparé plusieurs exemples de modèles de flux qui démontrent comment utiliser efficacement le composant Rechercher un contact dans HubSpot. Ces modèles présentent différents cas d'utilisation et meilleures pratiques, facilitant votre compréhension et l'implémentation du composant dans vos propres projets.

Chatbot de génération de leads HubSpot avec IA
Chatbot de génération de leads HubSpot avec IA

Chatbot de génération de leads HubSpot avec IA

Ce workflow alimenté par l'IA automatise la qualification des leads et la gestion des contacts dans HubSpot. Le chatbot collecte les informations des utilisateu...

4 min de lecture
Gestionnaire de contacts HubSpot IA
Gestionnaire de contacts HubSpot IA

Gestionnaire de contacts HubSpot IA

Ce workflow alimenté par l’IA automatise la gestion des contacts dans HubSpot CRM. Les utilisateurs peuvent facilement rechercher, créer ou mettre à jour des co...

5 min de lecture
HubSpot
HubSpot

HubSpot

Connectez FlowHunt de manière transparente à HubSpot pour automatiser vos workflows CRM et opérations marketing.

2 min de lecture
AI CRM +5

Questions fréquemment posées

Qu'est-ce que le composant Rechercher un contact dans HubSpot ?

C'est un outil qui vous permet de rechercher et filtrer les contacts HubSpot à l'aide de n'importe quelle propriété, y compris les champs personnalisés, et des opérateurs avancés, permettant des requêtes précises et des workflows automatisés.

Quels sont les cas d'utilisation typiques de ce composant ?

Les cas d'utilisation incluent l'hygiène et la conformité des données, la détection de leads inactifs, les campagnes géolocalisées, les offres basées sur le temps, les rappels de renouvellement automatique, les alertes pour nouveaux contacts, le routage commercial et les parcours de contenu intelligents.

Puis-je automatiser les recherches de contacts HubSpot et les rapports ?

Oui, vous pouvez automatiser totalement les recherches et envoyer les résultats vers divers supports comme Slack, Google Sheets ou email, avec des workflows planifiés et des alertes en temps réel.

Quels opérateurs puis-je utiliser pour rechercher des contacts HubSpot ?

Les opérateurs pris en charge incluent égal, supérieur à, inférieur à, entre, contient, n'est pas dans, et plus encore, permettant des recherches flexibles et granulaires sur toutes les propriétés de contact HubSpot.

Ce composant est-il compatible avec les autres outils FlowHunt ?

Absolument. Vous pouvez le connecter à des agents IA et à d'autres composants pour créer des flux complets pour le suivi des leads, les rappels, la synchronisation et bien plus encore.

Commencez à automatiser la recherche de contacts HubSpot

Découvrez comment FlowHunt vous aide à trouver et filtrer facilement les contacts HubSpot pour une gestion CRM plus intelligente et une automatisation optimale.

En savoir plus

Intégration HubSpot
Intégration HubSpot

Intégration HubSpot

L’intégration de HubSpot à FlowHunt ne prend que quelques clics et vous donne accès à des dizaines de workflows possibles propulsés par l’IA.

3 min de lecture
HubSpot Integration +4
Créer un contact dans HubSpot
Créer un contact dans HubSpot

Créer un contact dans HubSpot

Automatisez votre CRM HubSpot. Trouvez et créez automatiquement de nouveaux contacts HubSpot à partir de diverses sources, y compris des documents internes et d...

5 min de lecture
HubSpot CRM +4
Mettre à jour un contact dans HubSpot
Mettre à jour un contact dans HubSpot

Mettre à jour un contact dans HubSpot

Automatisez votre CRM HubSpot. Trouvez et modifiez automatiquement les contacts HubSpot à partir de diverses sources, y compris des documents internes et des si...

6 min de lecture
HubSpot CRM +3