Back to Templates
See llms.txt for all machine-readable content.
Let's build this workflow to streamline your customer support. Here is a detailed, node-by-node explanation of how it works and how to set it up in n8n.
This workflow transforms your support inbox into a structured ticket system. When a new email arrives at your support address, the system automatically creates a new ticket (e.g., a Trello card), sends an instant confirmation email to the customer, and notifies your support team. This ensures every customer inquiry is captured, organized, and confirmed, guaranteeing no request gets missed.
Gmail TriggerYOUR_GMAIL_CREDENTIALWatch for New MailsInbox (or a specific folder for support emails, like Support)[email protected]TrelloYOUR_TRELLO_CREDENTIALCreate CardYOUR_SUPPORT_BOARD_IDYOUR_INCOMING_LIST_ID (e.g., "New Tickets")New Support Request from {{ $json.from }}Subject: {{ $json.subject }} Body: {{ $json.body }}GmailYOUR_GMAIL_CREDENTIALSend={{ $json.from }}Re: {{ $json.subject }}Hi there, thanks for reaching out. We've received your request and have created a new ticket. Our team will get back to you shortly.SlackYOUR_SLACK_CREDENTIALPost MessageYOUR_SUPPORT_CHANNEL_ID (e.g., #support-channel)*New Support Ticket!* A new ticket from *{{ $json.from }}* has been created in Trello.Trello node with a Zendesk or Jira node, and the Slack node with a Telegram or Microsoft Teams node, depending on your team's tools.