The email output node sends pipeline results to one or more email addresses. It is a terminal node. Nothing connects after it. Use it to deliver extracted data, reports, or notifications directly to inboxes.Documentation Index
Fetch the complete documentation index at: https://docs.docpipe.ai/llms.txt
Use this file to discover all available pages before exploring further.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
| Recipients | string[] | Yes | Email addresses to receive the results |
| Subject | string | No | Custom email subject line. Defaults to a generated subject with the pipe name |
| Body | template editor | No | Custom email body template |
| Attachments | list | No | Files to attach from the pipeline using JSON path references |
Test mode behavior
When the pipe is in Test mode, the email node does not send the email. Instead, the run output shows a preview with:- The recipient list
- The rendered subject
- The rendered email body
- The attachment names that would be sent
Inputs and outputs
Allowed inputs: Any action node (extract, transform, route, merge, review, parse, validation). Output: Terminal node, no downstream connections. Sends an email to the configured recipients.Related
Build your first pipeline
Tutorial using email output to deliver results
Callback output
Deliver results via webhook instead
Email trigger
Accept documents via email
Transform action
Transform data before sending via email