Humantic AI Profile Management
detail.loadingPreview
Create, update, and retrieve user profiles using Humantic AI.
About This Workflow
This workflow demonstrates how to interact with the Humantic AI API to manage user profiles. It covers the initial creation or retrieval of a profile, followed by updating it, and then fetching specific profile details.
Key Features
- Profile Creation/Retrieval: Initialize or get an existing profile for a given user ID.
- Profile Update: Send resume data to update an existing profile.
- Specific Profile Fetch: Retrieve detailed profile information, optionally filtered by persona.
How To Use
- Trigger: Start the workflow by clicking 'execute' on the manual trigger.
- Initial Humantic AI Call: The first 'Humantic AI' node (operation is implicitly 'create' or 'get' based on existing data) is called with a LinkedIn profile URL.
- HTTP Request: The output from the first Humantic AI node is passed to an 'HTTP Request' node. Note: The
urlparameter in this node is currently empty and needs to be configured if an external HTTP call is intended. TheresponseFormatis set to 'file'. - Humantic AI Update: The 'Humantic AI1' node updates the profile using the
useridretrieved from the initial call andsendResumeset to true. - Humantic AI Get (Persona): The 'Humantic AI2' node retrieves specific profile details using the same
useridand filters the results by the 'hiring' persona.
Apps Used
Workflow JSON
{
"id": "953385ad-d7d1-40d9-b1b6-c06e074771cb",
"name": "Humantic AI Profile Management",
"nodes": 26,
"category": "CRM",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 953385ad-d7d1...
About the Author
DevOps_Master_X
Infrastructure Expert
Specializing in CI/CD pipelines, Docker, and Kubernetes automations.
Statistics
Related Workflows
Discover more workflows you might like
Salesforce Lead Management Workflow
Automates lead creation, update, and note addition in Salesforce.
Sync New Clients from Notion to Clockify
Automatically add new clients from a Notion database to your Clockify workspace.
Sync Zendesk Tickets to HubSpot with User Data
Automate ticket creation and updates between Zendesk and HubSpot, enriching tickets with requester information.