🎫 Auto-sort support emails with OpenAI and route to Teams with Jira integration

⚑ 604 views · 🎫 Ticket Management & Triage

Description

This automated n8n workflow provides an AI-powered email classifier for support emails, automatically categorizing incoming emails and routing them to the appropriate inbox, creating a Jira task, and sending an autoresponse within minutes.

Main Components

Essential Prerequisites

Customization Guide

  1. Update IMAP host and credentials in the IMAP Email node
  2. Adjust OpenAI model or prompt in the OpenAI node
  3. Modify email addresses (billing@yourdomain.com, bugs@yourdomain.com, features@yourdomain.com) in Send Email nodes
  4. Configure Jira project ID and credentials in the Create Jira Task node
  5. Change autoresponse text in the Send Autoresponse node

Features

Parameters to Configure

How to Use

  1. Copy the JSON code from the artifact
  2. Open your n8n workspace
  3. Select β€œImport from JSON” or β€œ+” β†’ β€œFrom JSON”
  4. Paste the JSON code
  5. Configure parameters in the respective nodes with your credentials and settings
  6. Run the workflow

Workflow Actions

πŸ”— Nodes Used

Email Trigger (IMAP), Send Email, Jira Software, OpenAI

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup