isImportant checks whether one Gmail message has the IMPORTANT system label. Use it when an automation should branch on Gmail’s current importance state.
Example
Remove the importance marker from newly received messages that Gmail considers important:Inputs
Every input field also accepts a compatible
Signal; the example passes email.messageId directly.
Output
The action returns aSignal<boolean> indicating whether the message has Gmail’s IMPORTANT label when the action runs.
Importance is message-level. Gmail can add or remove this label through its own importance classification, independently of your automation.