Skip to main content

Analyze customer feedback with Azure GPT-4, Jira tasks & Outlook reports from Monday.com

Workflow preview

Workflow preview
100%
Analyze customer feedback with Azure GPT-4, Jira tasks & Outlook reports from Monday.com preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Description Automate customer feedback analysis and action planning by integrating Monday.com, Azure OpenAI, Jira, Google Sheets, and Outlook. This workflow classifies customer feedback with AI, ca...

Best for

  • Market Research automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.mondaycom, n8n-nodes-base.set, n8n-nodes-base.merge, n8n-nodes-base.jira, n8n-nodes-base.googlesheets, n8n-nodes-base.errortrigger, n8n-nodes-base.gmail

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Rahul Joshi.

Original n8n.io source

1.1 Workflow description

Title
Analyze customer feedback with Azure GPT-4, Jira tasks & Outlook reports from Monday.com
Workflow name
Analyze customer feedback with Azure GPT-4, Jira tasks & Outlook reports from Monday.com

Description

Automate customer feedback analysis and action planning by integrating Monday.com, Azure OpenAI, Jira, Google Sheets, and Outlook. This workflow classifies customer feedback with AI, calculates business impact, creates Jira tasks for high-priority issues, and sends weekly performance summaries β€” turning raw feedback into actionable insights. πŸ’¬πŸ“ˆπŸ€–

What This Template Does

  • Step 1: Triggers automatically every Monday at 9:00 AM to fetch new customer feedback from Monday.com. ⏰
  • Step 2: Normalizes and structures data into consistent fields (title, account, ARR, NPS, etc.). 🧩
  • Step 3: Uses Azure OpenAI GPT-4 to classify sentiment and identify feedback themes (e.g., β€œUI Design,” β€œApp Crash”). 🧠
  • Step 4: Calculates a business impact score based on ARR, NPS delta, and sentiment weightings. βš™οΈ
  • Step 5: Creates Jira tasks for high-impact feedback items for product or engineering follow-up. 🎫
  • Step 6: Logs all feedback and impact scores into Google Sheets for analytics dashboards. πŸ“Š
  • Step 7: Generates a professional HTML report summarizing metrics, wins, and risks, then emails it via Outlook. πŸ“§
  • Step 8: Sends automated error-alert emails if any node fails during execution. 🚨

Key Benefits

βœ… Converts qualitative feedback into measurable business intelligence βœ… Identifies critical customer issues automatically using AI βœ… Reduces manual effort in triaging and prioritizing feedback βœ… Creates real-time visibility for product and CX teams βœ… Provides weekly executive summaries and performance insights

Features

  • Weekly scheduled trigger (every Monday 9 AM)
  • Monday.com data fetching and field normalization
  • Azure OpenAI GPT-4-based sentiment and theme detection
  • Impact scoring combining ARR + NPS + sentiment weighting
  • Jira issue creation with context-rich descriptions
  • Google Sheets logging for dashboards and historical records
  • Outlook HTML email reports for leadership visibility
  • Automated Gmail error-notification system

Requirements

  • Monday.com API credentials with board access
  • Azure OpenAI GPT-4 API credentials
  • Jira Software Cloud API credentials
  • Google Sheets OAuth2 credentials with edit permissions
  • Microsoft Outlook OAuth2 credentials for email delivery
  • Gmail OAuth2 credentials for error alerting

Target Audience

  • Product and CX teams analyzing customer sentiment
  • SaaS businesses tracking post-implementation feedback
  • Customer-success and support operations teams
  • Product managers prioritizing improvements based on impact
  • Leadership teams monitoring customer health and satisfaction

Step-by-Step Setup Instructions

1️⃣ Connect Monday.com API and update your boardId and groupId. 2️⃣ Configure Azure OpenAI GPT-4 credentials for the AI classifier. 3️⃣ Set Jira project ID and issue type for ticket creation. 4️⃣ Link Google Sheets and replace YOUR_SHEET_ID. 5️⃣ Connect Outlook OAuth2 and add recipient email for reports. 6️⃣ Configure Gmail OAuth2 for error alerts. 7️⃣ Adjust the cron expression (0 9 * * 1) to fit your timezone. 8️⃣ Test the workflow end-to-end with sample data. 9️⃣ Enable automation for seamless weekly feedback intelligence. βœ…

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Workflow Overview

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Setup: Data Source

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Fetch Monday.com Feedback

Type / Role
n8n-nodes-base.mondayCom - mondayCom
Config choices
Version 1

Block 4 - Setup: Data Normalization

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Normalize Feedback Fields

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3

Block 6 - Setup: AI Analysis

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Merge AI Results with Feedback

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 2.1

Block 8 - Setup: Jira Integration

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Create Jira Task for Feedback

Type / Role
n8n-nodes-base.jira - jira
Config choices
Version 1

Block 10 - Setup: Data Logging

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Log to Google Sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.4

Block 12 - Setup: Error Alerts

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - On Workflow Error

Type / Role
n8n-nodes-base.errorTrigger - errorTrigger
Config choices
Version 1

Block 14 - Send Error Alert Email

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 15 - Weekly Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 16 - Setup: Schedule

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 17 - Structured JSON Output Parser

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.3

Block 18 - AI Theme Classifier

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.7

Block 19 - Conversation Memory Buffer

Type / Role
@n8n/n8n-nodes-langchain.memoryBufferWindow - memoryBufferWindow
Config choices
Version 1.3

Block 20 - Setup: Data Structuring

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 21 - Structure AI Classification Output

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 22 - Setup: Impact Scoring

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 23 - Calculate Business Impact Score

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 24 - Setup: Email Reports

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Showing the first 24 of 27 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Analyze customer feedback with Azure GPT-4, Jira tasks & Outlook reports from Monday.com
Complexity advanced
Nodes 27
Categories Market Research, AI Summarization
Author Rahul Joshi
Published 17 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9836/9836.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Analyze customer feedback with Azure GPT-4, Jira tasks & Outlook reports from Monday.com do?

Description Automate customer feedback analysis and action planning by integrating Monday.com, Azure OpenAI, Jira, Google Sheets, and Outlook. This workflow classifies customer feedback with AI, ca...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research, AI Summarization use case.