This workflow corresponds to n8n.io template #3009 — we link there as the canonical source.
This workflow follows the Form → Form Trigger recipe pattern — see all workflows that pair these two integrations.
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 →
{
"id": "orycXAEeu4i2tiGo",
"meta": {
"templateCredsSetupCompleted": true
},
"name": "Claude 3.7 Extended Thinking AI Agent",
"tags": [
{
"id": "ZpvdYWekm3yflGGn",
"name": "Claude",
"createdAt": "2025-02-25T10:07:27.212Z",
"updatedAt": "2025-02-25T10:07:27.212Z"
},
{
"id": "j82neTlPTB3GhgSs",
"name": "Coding",
"createdAt": "2025-02-25T10:08:10.456Z",
"updatedAt": "2025-02-25T10:08:10.456Z"
},
{
"id": "jJnzpA8oWOrt6aT8",
"name": "Other",
"createdAt": "2025-02-25T10:08:11.382Z",
"updatedAt": "2025-02-25T10:08:11.382Z"
}
],
"nodes": [
{
"id": "5fde0cfb-b41a-479c-8e30-3812a927cba4",
"name": "On form submission",
"type": "n8n-nodes-base.formTrigger",
"position": [
0,
0
],
"parameters": {},
"typeVersion": 2.2
},
{
"id": "18406083-696c-4c3e-bcb7-a0ad1242980e",
"name": "Form",
"type": "n8n-nodes-base.form",
"position": [
440,
0
],
"parameters": {},
"typeVersion": 1
},
{
"id": "6bf76f4c-ff79-45f7-9315-9a49c73659f7",
"name": "Claude Message",
"type": "n8n-nodes-base.httpRequest",
"position": [
220,
0
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "03e496cf-fcc6-4e20-9156-a0777c074838",
"name": "Sticky Note2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-460,
-20
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "ea014614-c430-4c61-b67d-2ce2a89c2f60",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
120,
-200
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "ebdf17ac-ffba-4fc9-99d9-279993487201",
"name": "Sticky Note1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-580,
-860
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "22c1a532-a049-482b-b140-9b8be427e5ec",
"name": "Sticky Note3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-460,
200
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "528d6f30-5c15-4b4d-b3c7-9a2bb94904c3",
"connections": {
"Form": {
"main": [
[]
]
},
"Claude Message": {
"main": [
[
{
"node": "Form",
"type": "main",
"index": 0
}
]
]
},
"On form submission": {
"main": [
[
{
"node": "Claude Message",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Supercharge Claude 3.7 with full customization & deeper reasoning!
Source: https://n8n.io/workflows/3009/ — 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.
Demo: flux kontext. Uses formTrigger, httpRequest, form. Event-driven trigger; 8 nodes.
Episode 11: AI shorts factory app. Uses httpRequest, googleSheets, lmChatOpenAi, lmChatOllama. Event-driven trigger; 96 nodes.
Host Your Own AI Deep Research Agent with n8n, Apify and OpenAI. Uses outputParserStructured, lmChatOpenAi, formTrigger, chainLlm. Event-driven trigger; 87 nodes.
This template attempts to replicate OpenAI's DeepResearch feature which, at time of writing, is only available to their pro subscribers.