The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Open Brain \u2014 ingest",
"nodes": [
{
"parameters": {},
"id": "b1a1c0de-0001-4000-8000-000000000001",
"name": "When clicked",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"parameters": {
"method": "POST",
"url": "http://host.docker.internal:4000/api/ingest",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Authorization",
"value": "Bearer YOUR_INGEST_API_KEY"
},
{
"name": "Content-Type",
"value": "application/json"
}
]
},
"sendBody": true,
"specifyBody": "json",
"jsonBody": "={\n \"format\": \"text\",\n \"source\": \"n8n\",\n \"scope\": \"my-team\",\n \"content\": {{ JSON.stringify($json.content || \"Example record pushed from n8n at \" + $now.toISO()) }}\n}",
"options": {}
},
"id": "b1a1c0de-0002-4000-8000-000000000002",
"name": "Open Brain \u00b7 ingest",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
480,
300
]
}
],
"connections": {
"When clicked": {
"main": [
[
{
"node": "Open Brain \u00b7 ingest",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {},
"meta": {
"templateCredsSetupCompleted": false,
"description": "Push any workflow data into Open Brain. Replace the HTTP node's upstream with your real source (a trigger, a DB query, an email node). Set YOUR_INGEST_API_KEY to match INGEST_API_KEY on the server (or remove the Authorization header when running open/local)."
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Open Brain — ingest. Uses httpRequest. Event-driven trigger; 2 nodes.
Source: https://github.com/PDgit12/open-company-brain/blob/6ff15e6dcfcb98d3ff086b504cfa740e57edc2a5/examples/n8n-workflow.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Our KB Tool - Confluence KB is crafted to seamlessly integrate into the IT Ops AI SlackBot Workflow, enhancing the IT support process by enabling sophisticated search and response capabilities via Sla
For developers and organizations that need to protect PDF files with the password.
This workflow takes ad copy, sends it to Spendict’s assess endpoint to score and classify it, and then routes the result based on the returned launch recommendation so only ads that pass the gate proc
twenty-sync. Uses executeWorkflowTrigger, httpRequest. Event-driven trigger; 6 nodes.
This workflow illustrates how to use Perplexity AI in your n8n workflow.