Details

Deep dive into how the Agent Inbox parses and dispatches inbound emails.

How It Works

  1. Inbound Gateway: Email is received via your verified sending domain (e.g., support@yourdomain.com).
  2. Parsing & Normalization: The HTML content, attachments, headers, and metadata are parsed.
  3. AI Evaluation: The inbox's custom prompt evaluates the content against defined rules.
  4. Action Dispatch: Webhooks are fired, database state is updated, or an automated reply is queued.

Was this page helpful?

Edit this page