n8n review • Hands-on tested • 2026

n8n Review (2026): Our Hands-On Gmail Automation Test

Updated August 23, 2026

We did not review n8n from a feature checklist alone. We created an n8n Cloud account, connected Gmail and Google Drive, built a live workflow, published it, sent a real PDF email, and confirmed that the attachment was automatically renamed and uploaded to Drive.

Verified result

invoice.pdf2026-08-22_invoice.pdf

What we built

  1. Gmail Trigger
  2. Gmail search filter: has:attachment filename:pdf
  3. Download Attachments enabled
  4. Binary file received as attachment_0
  5. Google Drive → Upload File
  6. Filename expression: {{ $now.toFormat('yyyy-MM-dd') + '_' + $binary.attachment_0.fileName }}
  7. Publish workflow
  8. Send a fresh PDF email
  9. Verify the renamed file in Google Drive

What we liked

1. Strong data visibility

n8n exposes incoming JSON and binary data clearly. During testing we could inspect the sender, subject, message ID, attachment binary, MIME type, and original filename.

2. Powerful expressions

The date-based filename was created directly with an expression. This feels closer to programming than a strictly no-code tool, while remaining approachable.

3. Execution-based pricing

n8n Cloud bills around complete workflow executions rather than charging separately for every node in the workflow. That can be attractive when workflows become step-heavy.

4. Self-hosting option

n8n gives technical users an infrastructure option that many cloud-only automation platforms do not.

What we disliked

1. Gmail permissions are broad

Google OAuth permissions can look intimidating. A dedicated test account is a sensible choice when evaluating the integration.

2. More technical than Zapier

n8n is not the easiest tool for someone who has never worked with JSON, binary fields, or expressions.

3. More setup detail than Make for some basic flows

Make's visual module mapping can feel simpler for straightforward filters and routers. n8n becomes more compelling as the workflow logic gets more technical.

4. Cloud is not free forever

The hosted Cloud product has a trial and then paid plans. The no-license-cost core option is self-hosted Community Edition, which requires infrastructure management.

n8n vs Make vs Zapier — our current view

ToolBest fit
ZapierFastest beginner setup
MakeVisual multi-step business automation
n8nTechnical flexibility, code-friendly logic, self-hosting

Who should use n8n?

Verdict

n8n is worth testing if your automations are becoming too complex for purely no-code tools. For our Gmail PDF workflow, it worked reliably after configuration and gave excellent visibility into the underlying data.

Try the same workflow yourself

Our n8n affiliate application was not approved. All n8n links on this site are standard non-affiliate links. This is currently a standard n8n link.

Related guides

n8n itself has an affiliate program, but our application was not approved. Automation Lab Guide therefore receives no commission from n8n links.