Skip to main content

Triage maintenance tickets and assign vendors with Airtable, Twilio and Gmail

Workflow preview

Workflow preview
100%
Triage maintenance tickets and assign vendors with Airtable, Twilio and Gmail preview
Open on n8n.io

1. Workflow Overview

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 ...

Best for

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

Tools used

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

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Triage maintenance tickets and assign vendors with Airtable, Twilio and Gmail
Workflow name
Triage maintenance tickets and assign vendors with Airtable, Twilio and Gmail

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 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

  • Each Twilio SMS is billed per message. See Twilio SMS pricing for the rate in your country; UK SMS costs ~$0.04 at time of writing.
  • The postcode-matching logic in this template is built around UK postcodes (e.g. SW1A 1AASW1). For US ZIP codes or other formats, you'll need to adjust the Extract Postcode District code node.
  • The duplicate-detection window is 24 hours by default; adjust it inside the Evaluate Duplicates code node for your portfolio size.
  • Any CRM will do if you don't want to use Airtable.

How it works

  1. The Airtable Trigger polls the Maintenance Tickets table every minute for new tenant submissions.
  2. Before anything else, we check for duplicates; same tenant, same property, same category, within the last 24 hours. Matches get flagged as Possible Duplicate and an alert email goes to the admin.
  3. For real new tickets, we normalise the postcode (e.g. SW1A 1AA becomes SW1) so the search matches on area rather than the full code.
  4. We then search the Vendors table for active vendors who handle that category and serve that postcode district, sorted by response time, and pick the fastest match.
  5. If we find a vendor, we update the ticket (assigned, status 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.
  6. If no vendor matches, we don't drop the ticket on the floor; we set the status to 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

  • Duplicate the Airtable base before you import; you need a Vendors table and a Maintenance Tickets table. The schema is documented in the sticky notes inside the workflow.
  • The trigger polls every minute by default, but feel free to swap it for an Airtable webhook (instant) if you have an Enterprise plan, or a form/webhook trigger if tenants submit elsewhere.
  • The vendor SMS uses Twilio; replace the from number with your verified Twilio number before going live.
  • Set the admin email in the two admin Gmail nodes (Email to Admin - Alert and Send Duplicate Alert to Admin) so escalations land in the right inbox.

Requirements

  • Airtable base with Vendors and Maintenance Tickets tables
  • Gmail account for vendor, tenant, and admin emails
  • Twilio account with a verified from number for SMS

Customising 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.

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 - Overview

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

Block 2 - Watch for New Records

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

Block 3 - Search records

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

Block 4 - Extract Postcode District

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 5 - Check if Vendor Found

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

Block 6 - Limit

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

Block 7 - Update Ticket with Assigned Vendor

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

Block 8 - Send SMS to Vendor (Twilio)

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

Block 9 - Send Email to Vendor

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

Block 10 - Send Confirmation to Tenant

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

Block 11 - Email to Admin - Alert

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

Block 12 - Sticky Note

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

Block 13 - Sticky Note1

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

Block 14 - Sticky Note2

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

Block 15 - Sticky Note3

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

Block 16 - Sticky Note4

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

Block 17 - Sticky Note5

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

Block 18 - Sticky Note6

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

Block 19 - Sticky Note7

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

Block 20 - Sticky Note8

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

Block 21 - Sticky Note9

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

Block 22 - Sticky Note10

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

Block 23 - Sticky Note11

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

Block 24 - Update Ticket - No Vendor Found

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

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

3. Summary Table

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

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/15780/15780.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 Triage maintenance tickets and assign vendors with Airtable, Twilio and Gmail do?

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 ...

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, AI Summarization use case.