Block 1 - Overview
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This n8n template demonstrates how to triage tenant maintenance requests automatically; matching each ticket to the right contractor by category and postcode area, dispatching the job by email and ...
n8n-nodes-base.stickynote, n8n-nodes-base.airtabletrigger, n8n-nodes-base.airtable, n8n-nodes-base.code, n8n-nodes-base.if, n8n-nodes-base.limit, n8n-nodes-base.twilio, n8n-nodes-base.gmail
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Abi Odedeyi.
Original n8n.io sourceThis n8n template demonstrates how to triage tenant maintenance requests automatically; matching each ticket to the right contractor by category and postcode area, dispatching the job by email and SMS, and detecting duplicate tickets before they snowball.
Use cases are many: residential lettings agencies juggling dozens of properties, short-let and HMO operators tired of duplicate "is anyone fixing this?" tickets, or commercial property managers who need a paper trail for every dispatch. Oher industries juggling tickets can use the system too!
Good to know
SW1A 1AA → SW1). For US ZIP codes or other formats, you'll need to adjust the Extract Postcode District code node.How it works
Maintenance Tickets table every minute for new tenant submissions.Possible Duplicate and an alert email goes to the admin.SW1A 1AA becomes SW1) so the search matches on area rather than the full code.Vendors table for active vendors who handle that category and serve that postcode district, sorted by response time, and pick the fastest match.Assigned, timestamp), email the vendor the full job details, fire a Twilio SMS so they see it on their phone within seconds, and email the tenant a confirmation with the contractor's name and expected response time.Pending Manual Assignment, email the admin so a human can step in, and email the tenant a holding message so they know the request landed.How to use
Vendors table and a Maintenance Tickets table. The schema is documented in the sticky notes inside the workflow.from number with your verified Twilio number before going live.Email to Admin - Alert and Send Duplicate Alert to Admin) so escalations land in the right inbox.Requirements
Vendors and Maintenance Tickets tablesfrom number for SMSCustomising this workflow
The same triage pattern works anywhere you need to route inbound requests by category and location. Try it for field-service dispatch, IT helpdesk ticket assignment, or routing customer support tickets to the right specialist based on issue type and language.
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.
Showing the first 24 of 35 workflow blocks. Download the JSON for the full node graph.
| Workflow | Triage maintenance tickets and assign vendors with Airtable, Twilio and Gmail |
|---|---|
| Complexity | advanced |
| Nodes | 35 |
| Categories | Ticket Management, AI Summarization |
| Author | Abi Odedeyi |
| Published | 17 May 2026 |
Use the JSON export at /data/workflows/15780/15780.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
This n8n template demonstrates how to triage tenant maintenance requests automatically; matching each ticket to the right contractor by category and postcode area, dispatching the job by email and ...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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, AI Summarization use case.