📨 Email Trigger

Trigger workflows when emails are received via forwarding.

Overview

The Email Trigger starts your workflow when an email is received. It works with any email provider (Gmail, Outlook, Yahoo, etc.) via email forwarding to a unique address generated by Falcon Builder.

How It Works

  • Add an Email Trigger node — a unique email address is auto-generated
  • Set up email forwarding from your email provider to the generated address
  • When an email arrives, the workflow executes with the email data

Accessing Email Data

  • {{$json.email.from}} — sender email address
  • {{$json.email.subject}} — email subject line
  • {{$json.email.text}} — plain text body
  • {{$json.email.html}} — HTML body
  • {{$json.email.attachments}} — file attachments

Common Use Cases

  • Email triage — classify incoming emails with AI, tag priority, draft auto-replies, and route to the right team
  • Lead capture from inbound email — extract contact information from incoming emails, score with AI, and sync to your CRM
  • Support ticket creation — automatically create tickets from customer emails, summarize the issue with AI, and assign to the right queue
  • Invoice processing — receive invoices via email, extract key fields with AI, and record in your accounting system