This repository contains all the resources used in my YouTube tutorial in using n8n to automate release notes from zoho sprints. See here https://youtu.be/seCPXV5AZ_Y
- n8n final workflow
- JavaScript transformation code
- AI System Message Prompt
- AI User Message Prompt
- HTML email template
├── prompts/
│ ├── ai system message.txt # system prompt
│ └── ai user messaget.txt # user prompt
├── README.md # overview
├── user release automation test.json # exported n8n workflow
├── html-email-template.html # html email template
├── resources.md # external links and references
├── transform-sprint-data.js # javaScript transformation script
└── workflow-overview-image.png # Workflow diagram