> ## 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 Unread?

> Check whether a Gmail message is unread.

The **Is Unread?** action checks whether one Gmail message carries the built-in
`UNREAD` label.

## Inputs

| Input                   | Type           | Required | Description                           |
| ----------------------- | -------------- | -------- | ------------------------------------- |
| **Third-party account** | Google account | Yes      | Gmail account containing the message. |
| **Message ID**          | String         | Yes      | Gmail ID of the message to inspect.   |

## Outputs

| Output     | Type    | Description                                 |
| ---------- | ------- | ------------------------------------------- |
| **Unread** | Boolean | Whether the message has the `UNREAD` label. |

The result reflects the message's state when the action runs.
