> ## Documentation Index
> Fetch the complete documentation index at: https://clearskies.cc/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Send email from a workflow

> Add a Send Email or Draft Email step to a workflow — follow-ups, recaps, and alerts go out (or land in a draft) automatically, built from the data earlier steps produced.

A workflow can send email as a step. Add a **Send Email** node to send a message from a connected user, or a **Draft Email** node to create the draft and leave the send to a person. Either way, the subject and body are built from the workflow's data, so the recap that used to wait for someone to write it can go out the moment the trigger fires.

## When to use it

* Send a recap after a call ends, built from the meeting and its notes.
* Email an owner when a deal crosses a threshold or a field changes.
* Draft — rather than send — when a human should review before it goes out.

## How to use it

1. In the workflow builder, add a **Send Email** step (or **Draft Email** to stop at a draft).
2. Set the **from** user — the connected person the email sends as.
3. Add your recipients under **To** (and optionally **Cc** / **Bcc**).
4. Write the **subject** and **body**. Both accept variables from earlier steps, so you can pull in the account name, a summary an agent produced, or fields from the record that triggered the workflow.
5. Publish. As with every workflow, nothing runs until you publish, and a test run never actually sends.

## Good to know

* Sending email requires a connected Google integration for your workspace.
* When you type a recipient address directly, it must be on an internal domain. To reach external contacts, reference them from workflow data instead of typing the address.
* **Draft Email** creates the draft in the sender's mailbox and stops there — nothing leaves until the person sends it.

## In practice

When an external call ends, run an agent to write the recap, then send it from the meeting owner to the internal team — the follow-up goes out while the conversation is still fresh, with no one at a keyboard.

## Related

* [Run an agent](/docs/workflows/actions/run-an-agent) — generate the summary or recap text the email sends
* [Human review](/docs/workflows/human-review) — pause for approval before an email goes out
* [Triggers](/docs/workflows/triggers) — start the workflow on the event you want to react to

Questions? We're here to help at [support@clearskies.cc](mailto:support@clearskies.cc)
