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": "AI Research Workflow with PraisonAI",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "research",
"responseMode": "responseNode",
"options": {}
},
"id": "webhook_1",
"name": "Webhook Trigger",
"type": "n8n-nodes-base.webhook",
"typeVersion": 2,
"position": [
250,
300
]
},
{
"parameters": {
"operation": "runAgent",
"agent": "researcher",
"query": "={{ $json.body.query }}",
"options": {
"timeout": 300000
}
},
"id": "praisonai_1",
"name": "PraisonAI Researcher",
"type": "n8n-nodes-praisonai.praisonAI",
"typeVersion": 1,
"position": [
500,
300
],
"credentials": {
"praisonAIApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"respondWith": "json",
"responseBody": "={{ $json }}"
},
"id": "respond_1",
"name": "Respond to Webhook",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1,
"position": [
750,
300
]
}
],
"connections": {
"Webhook Trigger": {
"main": [
[
{
"node": "PraisonAI Researcher",
"type": "main",
"index": 0
}
]
]
},
"PraisonAI Researcher": {
"main": [
[
{
"node": "Respond to Webhook",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "1",
"meta": {
"templateCredsSetupCompleted": true
},
"tags": []
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
praisonAIApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
AI Research Workflow with PraisonAI. Uses n8n-nodes-praisonai. Webhook trigger; 3 nodes.
Source: https://github.com/MervinPraison/n8n-nodes-praisonai/blob/0db9e01c44e70249ba29523982b67b3835c58b2d/examples/ai-research-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.
This sample workflow allows you to forward alerts from TheHive 5 to SIGNL4 in order to send reliable alerts to your team.
Retention Actions. Uses emailSend, todoist. Webhook trigger; 7 nodes.
Update Time Tracking Projects Based On Syncro Status Changes. Uses clockify, httpRequest. Webhook trigger; 6 nodes.
SabaReviewStatic. Webhook trigger; 6 nodes.