Create, Update, And Get A Profile In Humantic Ai

1 Tools

Explore Tool Categories

Find Agencies for This Project

Know a Better Recipe?

Help the community by sharing your proven tool combinations.

Submit a Recipe

About this recipe

A recipe for Create, Update, And Get A Profile In Humantic Ai

Recipe Template

{
    "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 Use an n8n Template

1

Create a New Workflow

Click "New Workflow" in your n8n dashboard to get started.

2

Copy & Paste Template

First, copy this template: Click here to copy the JSON .
Then, in n8n, click the three dots (···) → "Import from file" and paste the JSON code.

3

Customize the Nodes

Go through each node in the workflow to update inputs like spreadsheet IDs, email addresses, or message content. Adjust field mappings to match your data.

4

Grant Access

For nodes that connect to external apps (like Google Sheets or Slack), you'll need to grant access. Connect your accounts using OAuth or an API key and save the credentials in the node.

5

Test It

Run the workflow by clicking "Execute Node" for each step or "Run Once" for the whole thing. Check the right sidebar to inspect data and debug any errors (they'll show up in red).

6

Activate Workflow

Once everything works as expected, click the "Activate" toggle to turn your workflow on. You're all set!