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

> Check whether a Gmail message is starred.

The **Is Starred?** action checks for Gmail's built-in `STARRED` label on one
message.

## 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                                  |
| ----------- | ------- | -------------------------------------------- |
| **Starred** | Boolean | Whether the message has the `STARRED` label. |

Route **Starred** into conditional logic when starred mail needs special
handling.
