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

> Check whether Gmail marks a message as important.

The **Is Important?** action checks for Gmail's built-in `IMPORTANT` label on a
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                                    |
| ------------- | ------- | ---------------------------------------------- |
| **Important** | Boolean | Whether the message has the `IMPORTANT` label. |

Use this action before **Mark as Important** when the workflow should only
change messages that are not already important.
