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

# Schedule Email

> Schedule a Resend email for a future time.

**Schedule Email** creates a Resend email with a future send time.

## Inputs

The message fields match **Send Email**: **From**, one or more **Recipients**,
**Subject**, **HTML Content**, optional **Plain Text**, **CC**, **BCC**, and
**Reply To**.

**Schedule Time** is required and accepts either:

* Natural language such as `in 1 hour` or `tomorrow at 3pm`.
* An ISO 8601 timestamp such as `2026-08-05T15:00:00Z`.

## Output

| Output       | Type   | Description                                  |
| ------------ | ------ | -------------------------------------------- |
| **Email ID** | String | Resend's identifier for the scheduled email. |

<Warning>
  Natural-language times can be ambiguous. Use an ISO 8601 timestamp with an
  explicit offset or `Z` when the exact timezone matters.
</Warning>
