n8n ticket template

n8n ticket intake form template

A ticket intake form outline for n8n workflows that need customer context, live site/contact dropdowns, priority fields, and PSA handoff.

Direct answer

An n8n ticket intake form template should collect requester details, customer context, site, contact, issue type, impact, urgency, description, attachments, and source-system IDs before n8n creates or updates the ticket.

Best for

Use this template when the form is part of an operational workflow.

  • MSPs replacing shared support email with structured intake.
  • Teams routing portal submissions into ConnectWise, HaloPSA, Autotask, or another PSA.
  • n8n builders who need clean ticket payloads instead of free-form email parsing.
Dynamic sources

Typical systems this template may need to read before n8n fulfills the request:

n8nConnectWiseHaloPSAAutotaskNinjaOneInternal APIs
Field structure

Fields this form should include

FieldPurpose
RequesterIdentifies the portal user or external requester.
Client organizationMaps the request to the right customer and PSA company.
Site or locationLoads customer-specific sites from the PSA or source system.
ContactPreserves the contact ID n8n needs when creating the ticket.
Issue typeRoutes the workflow to the right board, queue, or template.
Impact and urgencyLets n8n derive priority without parsing long text.
Approval notes

Most ticket intake forms do not need approval before creation. Add approval only for billable work, access changes, purchases, or maintenance requests.

Webhook notes

Use n8n to create the PSA ticket with stable company, site, contact, impact, urgency, and selected issue type IDs.

Implementation order

Build the form first, then wire the workflow.

Map customer context

Store customer and PSA identifiers on the FormNode organization.

Load live ticket fields

Use n8n webhooks for site, contact, configuration, or affected-device options.

Normalize priority

Use impact and urgency fields so n8n can calculate priority deterministically.

Create the ticket

Send the final payload to n8n and create the PSA record with the selected IDs.