> ## 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.

# Is Email?

> Check whether text has a valid email-address format.

The **Is Email?** action validates the shape of an email address and returns a
boolean. Use it before routing or storing user-supplied contact data.

## Inputs

| Input    | Type   | Required | Description         |
| -------- | ------ | -------- | ------------------- |
| **Text** | String | Yes      | The value to check. |

## Outputs

| Output     | Type    | Description                                                       |
| ---------- | ------- | ----------------------------------------------------------------- |
| **Result** | Boolean | `true` when the text has a valid email format; otherwise `false`. |

<Note>
  This checks syntax only. It does not verify that the address, domain, or
  mailbox exists.
</Note>
