Skip to main content

Automate CSAT surveys with Freshdesk & store responses in Google Sheets

Workflow preview

Workflow preview
100%
Automate CSAT surveys with Freshdesk & store responses in Google Sheets preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Never forget to send a satisfaction survey again! This workflow helps you automatically send CSAT surveys when a Freshdesk ticket is marked “Resolved” – and logs every response in Google Sheets for...

Best for

  • Ticket Management automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.if, n8n-nodes-base.emailsend, n8n-nodes-base.freshdesk, n8n-nodes-base.googlesheets, n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, n8n-nodes-base.stickynote

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Automate CSAT surveys with Freshdesk & store responses in Google Sheets
Workflow name
Automate CSAT surveys with Freshdesk & store responses in Google Sheets

Never forget to send a satisfaction survey again! This workflow helps you automatically send CSAT surveys when a Freshdesk ticket is marked “Resolved” – and logs every response in Google Sheets for easy analysis, reporting, and escalation workflows.

💡 Built for CS and ops teams who care about real feedback

This template is perfect for:

  • Customer Support Teams who want timely, consistent survey delivery after every resolved ticket.
  • Ops Leads & Admins tired of managing spreadsheets and survey tools manually.
  • Businesses using Freshdesk looking for a no-code feedback loop.
  • Automation fans who want to track, trigger, and take action — automatically.

🧩 What problem does it solve?

Manual survey processes are slow, inconsistent, and hard to scale. This automation ensures:

  • Fast survey delivery when experiences are still fresh.
  • No duplicate emails thanks to a built-in tracking system.
  • Centralized feedback in a Google Sheet — no more digging through platforms.
  • Data you can act on, like triggering Slack alerts for poor scores.

⚙️ How it works

📨 Part 1: Auto-send the survey when a ticket is resolved

  1. Trigger: Workflow runs on a schedule (or manually via “Test”).
  2. Pull ticket status from Freshdesk.
  3. Compare ticket status to the last known status in Google Sheets.
  4. Detect resolution: If status = “Resolved” (ID 4), move forward.
  5. Update the Google Sheet to track that the survey was sent.
  6. Fetch the customer’s email from Freshdesk.
  7. Create & send the survey email, personalized with ticket info and your brand.
  8. Convert Markdown → HTML for a well-formatted email.

📥 Part 2: Collect responses and store in Sheets

  1. Form Trigger: Customer clicks the survey link and fills in the form.
  2. Capture responses (e.g. rating + comments).
  3. Log feedback in a second Google Sheet for analysis.

You can extend this by adding escalation steps (e.g. flagging 1–2 star ratings to managers).

🚀 Setup Instructions

🔐 Connect your tools

  • Freshdesk: Add your API credentials to the get tickets and get client nodes.
  • Google Sheets: Authenticate in the get existing tickets, update status, and save survey nodes.
  • Email (SMTP): Add your SMTP details in the “Send Email” node, or swap in Gmail, SendGrid, etc.

🛠 Set your data

  • In the Set your data node, enter:
    • Your name, email, company, and position
    • Your survey form link (see below)

🔗 Get the form link

  • Activate the workflow (toggle it ON)
  • Go to the “Survey” (Form Trigger) node
  • Copy the Production URL
  • Paste it into the survey link field in the Set your data node

🧾 Prepare your Google Sheets

Sheet 1: Freshdesk Tickets (status tracking)

Used by:

  • get existing tickets
  • update status

Create a new empty Google Sheet.

Add the Spreadsheet ID + Sheet Name into the nodes.

Sheet 2: Feedback freshdesk (survey responses)

Used by:

  • save survey to google sheet

Create a new sheet or tab. It will auto-create columns based on your survey form field labels.

Add the Spreadsheet ID + Sheet Name/GID to the save node.

🔧 Customize the workflow

📝 Survey Questions

  • Modify them in the Survey (Form Trigger) node.
  • Adjust the save survey to google sheet node as needed (or use auto-map).

💬 Email Content

  • Edit the subject and message in the Create the email text (Set) node.

🏷 Freshdesk Status ID

  • If your “Resolved” status ID isn’t 4, update the second condition in the If ticket resolved node.

📉 Escalate poor feedback

Add logic after the save survey to google sheet node:

  • If rating is low:
    • Notify Slack
    • Create a new internal ticket
    • Email a team lead

🔁 Schedule Trigger

Adjust the Schedule Trigger node to your desired interval (e.g., hourly).

🔄 Use a Webhook Instead (Optional)

If Freshdesk supports ticket webhook events, swap the schedule trigger for a Webhook Trigger node to send surveys instantly on ticket resolution.

🤖 Why Pollup AI is building this

At Pollup AI, we help CS and support teams stop drowning in tools and manual tasks. This template is part of our growing AI agent library: plug-and-play automations that connect your tools, clean your data, and free up your time – without writing a line of code. Try this workflow and let Pollup AI handle the boring parts, so your team can focus on what customers are really saying. Learn more at Pollup AI

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 - When clicking ‘Test workflow’

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

Block 2 - If ticket resolved

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 3 - Send Email

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

Block 4 - get client

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

Block 5 - get tickets

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

Block 6 - Updates status

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

Block 7 - Schedule Trigger

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

Block 8 - Set your data

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

Block 9 - Sticky Note

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

Block 10 - Survey

Type / Role
n8n-nodes-base.formTrigger - formTrigger
Config choices
Version 2.2

Block 11 - get existing tickets

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

Block 12 - Sticky Note1

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

Block 13 - Sticky Note2

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

Block 14 - Create the email text

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

Block 15 - Convert the email text to HTML

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

Block 16 - Sticky Note3

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

Block 17 - Sticky Note4

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

Block 18 - Save survey to google sheet

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

Block 19 - Sticky Note5

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

Block 20 - Sticky Note7

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

Block 21 - Sticky Note6

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

3. Summary Table

Workflow Automate CSAT surveys with Freshdesk & store responses in Google Sheets
Complexity advanced
Nodes 21
Categories Ticket Management
Author PollupAI
Published 20 May 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/4238/4238.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 Automate CSAT surveys with Freshdesk & store responses in Google Sheets do?

Never forget to send a satisfaction survey again! This workflow helps you automatically send CSAT surveys when a Freshdesk ticket is marked “Resolved” – and logs every response in Google Sheets for...

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 Ticket Management use case.