Create, update, and get a profile in Humantic AI
Efficiently manage and retrieve prospect profiles within Humantic AI using this n8n workflow. This workflow streamlines the process of creating new profiles, updating existing ones, and fetching detailed information, ensuring your sales and marketing teams always have access to the most current and relevant data. It connects directly to Humantic AI, allowing you to initiate a profile creation or update, then leverage an HTTP Request node for any intermediary data processing or validation before further interacting with Humantic AI to retrieve the updated profile. Sales development representatives can use this to instantly enrich leads from CRMs or web forms, while marketing teams can automate the segmentation of prospects based on their Humantic AI profiles, saving significant manual effort in data entry and research. The primary benefit is a substantial reduction in the time spent on manual profile management, leading to faster lead qualification, more personalized outreach, and ultimately, improved conversion rates.
Workflow JSON
{"id": "127", "name": "Create, update, and get a profile in Humantic AI", "nodes": [{"name": "On clicking 'execute'", "type": "n8n-nodes-base.manualTrigger", "position": [290, 300], "parameters": {}, "typeVersion": 1}, {"name": "Humantic AI", "type": "n8n-nodes-base.humanticAi", "position": [490, 300], "parameters": {"userId": "https://www.linkedin.com/in/harshil1712/"}, "credentials": {"humanticAiApi": "humantic"}, "typeVersion": 1}, {"name": "HTTP Request", "type": "n8n-nodes-base.httpRequest", "position": [690, 300], "parameters": {"url": "", "options": {}, "responseFormat": "file"}, "typeVersion": 1}, {"name": "Humantic AI1", "type": "n8n-nodes-base.humanticAi", "position": [890, 300], "parameters": {"userId": "={{$node[\"Humantic AI\"].json[\"results\"][\"userid\"]}}", "operation": "update", "sendResume": true}, "credentials": {"humanticAiApi": "humantic"}, "typeVersion": 1}, {"name": "Humantic AI2", "type": "n8n-nodes-base.humanticAi", "position": [1090, 300], "parameters": {"userId": "={{$node[\"Humantic AI\"].json[\"results\"][\"userid\"]}}", "options": {"persona": ["hiring"]}, "operation": "get"}, "credentials": {"humanticAiApi": "humantic"}, "typeVersion": 1}], "active": false, "settings": {}, "connections": {"Humantic AI": {"main": [[{"node": "HTTP Request", "type": "main", "index": 0}]]}, "HTTP Request": {"main": [[{"node": "Humantic AI1", "type": "main", "index": 0}]]}, "Humantic AI1": {"main": [[{"node": "Humantic AI2", "type": "main", "index": 0}]]}, "On clicking 'execute'": {"main": [[{"node": "Humantic AI", "type": "main", "index": 0}]]}}}How to Import This Workflow
- 1Copy the workflow JSON above using the Copy Workflow JSON button.
- 2Open your n8n instance and go to Workflows.
- 3Click Import from JSON and paste the copied workflow.
Don't have an n8n instance? Start your free trial at n8nautomation.cloud
Related Templates
Visualize your SQL Agent queries with OpenAI and Quickchart.io
Visualize your SQL Agent queries with OpenAI and Quickchart.io empowers you to instantly transform complex SQL Agent query results into insightful charts and graphs, all through a simple chat interface. This workflow connects an OpenAI Chat Model to interpret your chat messages, determine if a chart is needed using a Text Classifier, and then leverages Quickchart.io by generating a chart definition with structured output via an HTTP Request node. It automates the entire process from receiving a chat message to extracting the user's question, passing it to an AI Agent, and then conditionally generating and displaying a chart, saving significant time and effort for data analysts, developers, and business intelligence professionals who frequently need to visualize their SQL data. By automating chart generation, this workflow eliminates the manual steps of data extraction, chart selection, and configuration, allowing users to quickly gain visual insights from their SQL Agent queries without needing to switch between multiple tools or possess advanced charting skills.
Analyze the sentiment of feedback and send a message on Mattermost
Automatically analyze customer feedback sentiment and notify your team on Mattermost with this n8n workflow. This automation connects Typeform submissions directly to Google Cloud Natural Language for sentiment analysis, then routes the results to your Mattermost channel. When a user submits a form through Typeform, the workflow extracts the feedback, sends it to Google Cloud Natural Language for sentiment scoring, and based on that score, sends a message to a designated Mattermost channel, allowing for immediate team awareness of positive, negative, or neutral feedback. This workflow is ideal for product managers, customer support teams, or marketing departments who need to quickly gauge public opinion or customer satisfaction from surveys, support tickets, or product reviews, enabling faster response times to critical feedback and reducing the manual effort of monitoring and reporting. It saves significant time and ensures that important customer insights are never missed, fostering a more responsive and customer-centric operation.
Qualify replies from Pipedrive persons with AI
Automate the qualification of inbound email replies from Pipedrive contacts using artificial intelligence. This workflow connects Gmail and OpenAI to your Pipedrive CRM, streamlining your lead nurturing process. When a new email arrives in either of your specified Gmail inboxes (Email box 1 or Email box 2), the workflow searches for the sender as a person in Pipedrive. It then retrieves their full person details and sends the email content to OpenAI for an AI-powered assessment of interest (Is interested?). Based on OpenAI's response, if the person is deemed interested, a new deal is automatically created in Pipedrive, ensuring hot leads are immediately acted upon. This is ideal for sales teams, marketers, and business development professionals who receive a high volume of email replies and need to quickly identify and prioritize genuinely interested prospects, saving significant manual review time and accelerating sales cycles.