---
id: ssh2-gws-workflow-email-to-task
name: "gws-workflow-email-to-task"
url: https://skills.yangsir.net/skill/ssh2-gws-workflow-email-to-task
author: googleworkspace
domain: ai-productivity-automation
tags: ["google-tasks", "email-to-task-conversion", "workflow-automation", "google-workspace", "productivity-integration"]
install_count: 16000
rating: 4.60 (156 reviews)
github: https://github.com/googleworkspace/cli
---

# gws-workflow-email-to-task

> 掌握Google工作流，能将Gmail邮件快速转换为Google任务，便于跟踪和管理待办事项，提升生产力。

**Stats**: 16,000 installs · 4.6/5 (156 reviews)

## Before / After 对比

### 邮件待办事项处理流程的优化：从手动记录到Google Workflow自动化任务转换的效率对比

## Readme

# workflow +email-to-task

> **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it.

Convert a Gmail message into a Google Tasks entry

## Usage

```bash
gws workflow +email-to-task --message-id <ID>
```

## Flags

| Flag | Required | Default | Description |
|------|----------|---------|-------------|
| `--message-id` | ✓ | — | Gmail message ID to convert |
| `--tasklist` | — | @default | Task list ID (default: @default) |

## Examples

```bash
gws workflow +email-to-task --message-id MSG_ID
gws workflow +email-to-task --message-id MSG_ID --tasklist LIST_ID
```

## Tips

- Reads the email subject as the task title and snippet as notes.
- Creates a new task — confirm with the user before executing.

## See Also

- [gws-shared](../gws-shared/SKILL.md) — Global flags and auth
- [gws-workflow](../gws-workflow/SKILL.md) — All cross-service productivity workflows commands


---
*Source: https://skills.yangsir.net/skill/ssh2-gws-workflow-email-to-task*
*Markdown mirror: https://skills.yangsir.net/api/skill/ssh2-gws-workflow-email-to-task/markdown*