Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 918 Bytes

File metadata and controls

25 lines (20 loc) · 918 Bytes

AI Release Notes Automation with n8n

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

Included

  • n8n final workflow
  • JavaScript transformation code
  • AI System Message Prompt
  • AI User Message Prompt
  • HTML email template

Structure

├── 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