Skip to main content
Open navigation menu
Close suggestions
Search
Search
en
Change Language, English
Upload
Sign in
Sign in
0 ratings
0% found this document useful (0 votes)
10 views
3 pages
Project Alert Email to Task Automation
vvit
Uploaded by
gowtham.b.vvit
AI-enhanced title
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
Download
Save
Save project For Later
Share
0%
0% found this document useful, Mark this document as useful
0%
0% found this document not useful, Mark this document as not useful
Print
Embed
Report
0 ratings
0% found this document useful (0 votes)
10 views
3 pages
Project Alert Email to Task Automation
vvit
Uploaded by
gowtham.b.vvit
AI-enhanced title
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
Go to previous items
Download
Save
Save project For Later
Share
0%
0% found this document useful, Mark this document as useful
0%
0% found this document not useful, Mark this document as not useful
Print
Embed
Report
Go to next items
Download
{
"name": "Project Alert Email to Task (ChatGPT)",
"nodes": [
{
"id": "1",
"name": "Read Email (IMAP)",
"type": "[Link]",
"typeVersion": 1,
"position": [200, 300],
"credentials": {
"imap": {
"id": "your-imap-credential-id",
"name": "Your IMAP Credentials"
}
},
"parameters": {
"mailbox": "INBOX",
"downloadAttachments": false,
"options": {
"markAsSeen": true
}
}
},
{
"id": "2",
"name": "Filter Project Alerts",
"type": "[Link]",
"typeVersion": 1,
"position": [400, 300],
"parameters": {
"conditions": {
"string": [
{
"value1": "={{$json[\"from\"]}}",
"operation": "contains",
"value2": "project1234email@[Link]"
}
]
}
}
},
{
"id": "3",
"name": "Prepare GPT Prompt",
"type": "[Link]",
"typeVersion": 1,
"position": [600, 300],
"parameters": {
"functionCode": "const subject = $[Link] || '';\nconst body =
$[Link] || $[Link] || '';\nreturn [{\n json: {\n prompt: `You are an
assistant that extracts structured tasks from alert emails from a Raspberry Pi-
based manhole monitoring system.\\n\\nConvert the following alert email into a
structured task object with:\\n- task\\n- due_date (use timestamp in the subject or
say 'asap')\\n- location (extract manhole number)\\n- priority (high for
gas/overflow/temp/flow, medium for level)\\n- alert_type\\n\\nEmail Subject: $
{subject}\\n\\nEmail Body: ${body}`\n }\n}];"
}
},
{
"id": "4",
"name": "ChatGPT (OpenAI API)",
"type": "[Link]",
"typeVersion": 1,
"position": [800, 300],
"parameters": {
"url": "[Link]
"method": "POST",
"authentication": "headerAuth",
"responseFormat": "json",
"headerParametersUi": {
"parameter": [
{
"name": "Content-Type",
"value": "application/json"
},
{
"name": "Authorization",
"value": "Bearer YOUR_OPENAI_API_KEY"
}
]
},
"bodyParametersJson": {
"model": "gpt-3.5-turbo",
"messages": [
{ "role": "system", "content": "You are a helpful assistant that turns
Pi alert emails into tasks." },
{ "role": "user", "content": "{{$json[\"prompt\"]}}" }
],
"temperature": 0.3
}
}
},
{
"id": "5",
"name": "Parse GPT Task JSON",
"type": "[Link]",
"typeVersion": 1,
"position": [1000, 300],
"parameters": {
"functionCode": "const response = $[Link][0].[Link];\ntry {\
n const task = [Link](response);\n return [{ json: task }];\n} catch (e) {\n
return [{ json: { error: 'Failed to parse GPT output', raw: response } }];\n}"
}
}
],
"connections": {
"Read Email (IMAP)": {
"main": [[{ "node": "Filter Project Alerts", "type": "main", "index": 0 }]]
},
"Filter Project Alerts": {
"main": [[{ "node": "Prepare GPT Prompt", "type": "main", "index": 0 }]]
},
"Prepare GPT Prompt": {
"main": [[{ "node": "ChatGPT (OpenAI API)", "type": "main", "index": 0 }]]
},
"ChatGPT (OpenAI API)": {
"main": [[{ "node": "Parse GPT Task JSON", "type": "main", "index": 0 }]]
}
},
"active": false
}
You might also like
Angie: AI Assistant for Telegram
PDF
No ratings yet
Angie: AI Assistant for Telegram
8 pages
AI Agent with Memory and Tools
PDF
No ratings yet
AI Agent with Memory and Tools
5 pages
Human-in-the-Loop Email Automation
PDF
No ratings yet
Human-in-the-Loop Email Automation
8 pages
Gmail Auto-Reply Workflow Setup
PDF
No ratings yet
Gmail Auto-Reply Workflow Setup
5 pages
Gmail AI Auto-Responder Setup Guide
PDF
No ratings yet
Gmail AI Auto-Responder Setup Guide
7 pages
Cat Joke Workflow Automation
PDF
No ratings yet
Cat Joke Workflow Automation
2 pages
Twilio Integration for No-Show Alerts
PDF
No ratings yet
Twilio Integration for No-Show Alerts
25 pages
LinkedIn Automation with AI Model
PDF
No ratings yet
LinkedIn Automation with AI Model
11 pages
Automate On-Brand Article Creation
PDF
No ratings yet
Automate On-Brand Article Creation
14 pages
Reddit AI Analysis for Business Insights
PDF
No ratings yet
Reddit AI Analysis for Business Insights
29 pages
Notion AI Assistant Workflow Guide
PDF
No ratings yet
Notion AI Assistant Workflow Guide
16 pages
n8n AI Agent Workflow Overview
PDF
No ratings yet
n8n AI Agent Workflow Overview
15 pages
AI Agent For Project Management and Meetings With Airtable and Fireflies
PDF
No ratings yet
AI Agent For Project Management and Meetings With Airtable and Fireflies
14 pages
AI-Driven Email Management Workflow
PDF
No ratings yet
AI-Driven Email Management Workflow
16 pages
Telegram Bot for Meetup Scheduling
PDF
No ratings yet
Telegram Bot for Meetup Scheduling
12 pages
Gmail and Calendar Automation Workflow
PDF
No ratings yet
Gmail and Calendar Automation Workflow
35 pages
n8n Workflow JSON Creation Guide
PDF
No ratings yet
n8n Workflow JSON Creation Guide
8 pages
Slack Ticket Automation Workflow
PDF
No ratings yet
Slack Ticket Automation Workflow
10 pages
001 Prompt Evals
PDF
No ratings yet
001 Prompt Evals
2 pages
Json File of Ai Utube Automation
PDF
No ratings yet
Json File of Ai Utube Automation
52 pages
Notion-Gmail Task Automation Guide
PDF
No ratings yet
Notion-Gmail Task Automation Guide
22 pages
n8n Workflow JSON Generation Guide
PDF
No ratings yet
n8n Workflow JSON Generation Guide
2 pages
Claude AI n8n Workflow Generator
PDF
No ratings yet
Claude AI n8n Workflow Generator
2 pages
Cybersecurity SIEM Alert Workflow
PDF
No ratings yet
Cybersecurity SIEM Alert Workflow
14 pages
Handling Job Application Submissions With AI and n8n Forms
PDF
No ratings yet
Handling Job Application Submissions With AI and n8n Forms
26 pages
n8n Node JSON Structures Cheat Sheet
PDF
No ratings yet
n8n Node JSON Structures Cheat Sheet
7 pages
1250 Automation - Json
PDF
No ratings yet
1250 Automation - Json
4 pages
Inspirational Quote and Background Creation
PDF
No ratings yet
Inspirational Quote and Background Creation
5 pages
ChatGPT API: Roles and Parameters Guide
PDF
No ratings yet
ChatGPT API: Roles and Parameters Guide
11 pages
AI Agent with Long Term Memory
PDF
No ratings yet
AI Agent with Long Term Memory
2,596 pages
GPT-4.1 Prompting Best Practices
PDF
No ratings yet
GPT-4.1 Prompting Best Practices
29 pages
Cloud Run Model Integration for SQL Analysis
PDF
No ratings yet
Cloud Run Model Integration for SQL Analysis
14 pages
AI YouTube Video Generator Tool
PDF
No ratings yet
AI YouTube Video Generator Tool
21 pages
Old Vs New Agentsdk Side by Side
PDF
No ratings yet
Old Vs New Agentsdk Side by Side
7 pages
Delete Qdrant Collection with Python
PDF
No ratings yet
Delete Qdrant Collection with Python
22 pages
Copy - Paste Code in n8n Workflow
PDF
No ratings yet
Copy - Paste Code in n8n Workflow
15 pages
ChatGPT Actions Prompt
PDF
No ratings yet
ChatGPT Actions Prompt
4 pages
Telegram Chat PDF Processing Workflow
PDF
No ratings yet
Telegram Chat PDF Processing Workflow
11 pages
AI Chatbot with Long Term Memory
PDF
No ratings yet
AI Chatbot with Long Term Memory
11 pages
SnugHub: AI Chatbot & Matchmaking System
PDF
No ratings yet
SnugHub: AI Chatbot & Matchmaking System
7 pages
Python Ala 3 Final 1745510397-1
PDF
No ratings yet
Python Ala 3 Final 1745510397-1
3 pages
N8N 2 Resources
PDF
No ratings yet
N8N 2 Resources
12 pages
n8n Workflow for Daily Quotes
PDF
No ratings yet
n8n Workflow for Daily Quotes
10 pages
Prompt Engineering with ChatGPT API
PDF
No ratings yet
Prompt Engineering with ChatGPT API
37 pages
AI Chatbot Creation Guide
PDF
No ratings yet
AI Chatbot Creation Guide
4 pages
AI Output Parser for US States Data
PDF
No ratings yet
AI Output Parser for US States Data
5 pages
n8n Chat-to-AI Workflow JSON Guide
PDF
No ratings yet
n8n Chat-to-AI Workflow JSON Guide
2 pages
n8n Redis Buffer Configuration Guide
PDF
No ratings yet
n8n Redis Buffer Configuration Guide
9 pages
WhatsApp Message Processing Workflow
PDF
No ratings yet
WhatsApp Message Processing Workflow
23 pages
AI Chat Model Configuration Settings
PDF
No ratings yet
AI Chat Model Configuration Settings
3 pages
User AI Conversation Snippet
PDF
No ratings yet
User AI Conversation Snippet
2 pages
Feedback Sentiment to Mattermost Alert
PDF
No ratings yet
Feedback Sentiment to Mattermost Alert
3 pages
Business WhatsApp AI Chatbot Workflow
PDF
No ratings yet
Business WhatsApp AI Chatbot Workflow
17 pages
Messenger Bot Workflow Automation
PDF
No ratings yet
Messenger Bot Workflow Automation
9 pages
Prompt Engineering - OpenAI API
PDF
No ratings yet
Prompt Engineering - OpenAI API
1 page
Jackson's GLM 4.7 Preset V 1.1
PDF
No ratings yet
Jackson's GLM 4.7 Preset V 1.1
15 pages
Databricks Gemini Workflow Agents
PDF
No ratings yet
Databricks Gemini Workflow Agents
28 pages
AI-Generated E-Book Creation Guide
PDF
No ratings yet
AI-Generated E-Book Creation Guide
2 pages
N8N Workflow for Weekly Task Summary
PDF
No ratings yet
N8N Workflow for Weekly Task Summary
10 pages
Long-term Biochar Effects on Maize Growth
PDF
No ratings yet
Long-term Biochar Effects on Maize Growth
15 pages
Implementing Oracle VPD Security
PDF
No ratings yet
Implementing Oracle VPD Security
48 pages
Translation Techniques As A Method For D 363849d9
PDF
No ratings yet
Translation Techniques As A Method For D 363849d9
7 pages
Understanding the Bochner Integral
PDF
No ratings yet
Understanding the Bochner Integral
13 pages
Feasibility Study for Animal Fattening
PDF
75% (4)
Feasibility Study for Animal Fattening
48 pages
Soil Laboratory Report: NTT 00167
PDF
No ratings yet
Soil Laboratory Report: NTT 00167
7 pages
Recommended Trading Literature
PDF
No ratings yet
Recommended Trading Literature
13 pages
Rise of Multiplexes in Indian Cinema
PDF
No ratings yet
Rise of Multiplexes in Indian Cinema
36 pages
Carrier Aggregation Test Proposal
PDF
No ratings yet
Carrier Aggregation Test Proposal
5 pages
Poet Pen
PDF
No ratings yet
Poet Pen
759 pages
Mental Health Chatbot Development Guide
PDF
No ratings yet
Mental Health Chatbot Development Guide
6 pages
Music Theory: Triads and Key Signatures
PDF
No ratings yet
Music Theory: Triads and Key Signatures
4 pages
Accounting Basics for Law Students
PDF
No ratings yet
Accounting Basics for Law Students
11 pages
TAB Commentary
PDF
No ratings yet
TAB Commentary
3 pages
The Light Triad Scale - Developing and Validating A Preliminary Me
PDF
No ratings yet
The Light Triad Scale - Developing and Validating A Preliminary Me
66 pages
Theory of Computation Exam Notes
PDF
No ratings yet
Theory of Computation Exam Notes
2 pages
Coca-Cola's BTS Ambassador Controversy
PDF
No ratings yet
Coca-Cola's BTS Ambassador Controversy
4 pages
Book Manuf Preview
PDF
No ratings yet
Book Manuf Preview
141 pages
Grade 11 Business Loans Curriculum Guide
PDF
No ratings yet
Grade 11 Business Loans Curriculum Guide
4 pages
Islamic Banking Product Development Guide
PDF
No ratings yet
Islamic Banking Product Development Guide
17 pages
CA Final Exam Answer Key: Auditing Ethics
PDF
No ratings yet
CA Final Exam Answer Key: Auditing Ethics
24 pages
Fungsi Site Sign di ISDP
PDF
No ratings yet
Fungsi Site Sign di ISDP
9 pages
Agile Transformation Health Assessment
PDF
No ratings yet
Agile Transformation Health Assessment
3 pages
Victorian Theatre: Costumes and History
PDF
No ratings yet
Victorian Theatre: Costumes and History
16 pages
Solar Radiation Geometry and Angles
PDF
83% (12)
Solar Radiation Geometry and Angles
6 pages
3B Bakeshop Marketing Strategy Overview
PDF
No ratings yet
3B Bakeshop Marketing Strategy Overview
13 pages
Overview of Himachal Pradesh
PDF
No ratings yet
Overview of Himachal Pradesh
83 pages
Juhayna Yogurt 105g Price in Egypt
PDF
No ratings yet
Juhayna Yogurt 105g Price in Egypt
6 pages
Comparing APA and MLA Citation Styles
PDF
No ratings yet
Comparing APA and MLA Citation Styles
3 pages
Signal Messenger Privacy Analysis Report
PDF
No ratings yet
Signal Messenger Privacy Analysis Report
15 pages