Atlas logo
⌘K

Documentation

Getting Started
Data
Maps
Builder
Workflows
Forms
Sharing & Collaboration
Projects & Management
Connections

Send Email

Send email notifications with workflow results

The Send Email block delivers workflow results to one or more recipients. Use it to notify stakeholders when a workflow finishes, distribute data summaries on a schedule, or alert users when a dataset condition is met.

Inputs

InputTypeDescription
DataDatasetThe dataset to reference or attach
To emailsArrayRecipient email addresses
SubjectTextEmail subject line
Body HTMLTextEmail body (HTML markup is supported)
Attach datasetBooleanAttach the data as a CSV file when enabled

Outputs

OutputTypeDescription
Email sentBooleantrue if delivery succeeded

Common use cases

Periodic form response summaries — Pair with a scheduled workflow that reads new submissions from your form's dataset and emails a summary to your team. This is the recommended way to receive email alerts when users submit an Atlas form.

Data condition alerts — Filter a dataset for features that meet a threshold, then email the filtered results to the relevant recipients.

Workflow completion notifications — Place Send Email as the final block in a long-running analysis to notify stakeholders when results are ready.

Triggering an email workflow

Workflows containing Send Email can run on a schedule or be started on demand via a Webhook Trigger from an external system such as Zapier or Make.

PreviousUpdate DatasetWorkflows
NextPOST RequestWorkflows