Source: https://cli.nylas.com/docs/commands/workflow-update

# nylas workflow update

The nylas workflow update command updates a workflow. It is part of the Hosted Workflows commands, which automated workflows triggered by Nylas events (e.g., bookings).

## Usage

```bash
nylas workflow update
```

## Flags

| Flag | Description |
| --- | --- |
| --json | Output as JSON |
| --no-color | Disable color output |
| --verbose(-v) | Enable verbose output |
| --config | Custom config file path |
| --help(-h) | Show help for the command |
| --limit | Limit results (most list commands) |
| --yes(-y) | Skip confirmations |

## Examples

### Basic usage

```bash
nylas workflow update --help
```

## Troubleshooting

### Command not found or fails

Run `nylas auth config` and `nylas auth login` to authenticate first.

## Recommended guides

[Build an AI Email Triage AgentBuild an AI agent that reads your inbox, classifies emails by urgency, drafts replies, and archives noise. Python + Nylas CLI + any LLM.](https://cli.nylas.com/guides/build-ai-email-triage-agent)

[Receive Email Without an SMTP ServerCreate a managed email address and process incoming messages via webhooks — no Postfix, no MX records. nylas inbound works with Gmail, Outlook, Exchange, Yahoo, iCloud, and IMAP.](https://cli.nylas.com/guides/receive-inbound-email-cli)

[Extract OTP Codes from Email — Skip the InboxPull 2FA verification codes from email without opening your inbox. nylas otp get copies the code to your clipboard. Works with Gmail, Outlook, Exchange, Yahoo, iCloud, and IMAP.](https://cli.nylas.com/guides/extract-otp-codes-from-email)

[Reach Inbox Zero with Manus AIReach inbox zero with Manus AI. Triage unread email, categorize by urgency, draft replies, and archive — all via natural language and Nylas CLI.](https://cli.nylas.com/guides/manus-inbox-zero)

[Mail Manus: Automate Email from CLICompare Mail Manus forwarding with direct inbox access. Learn when to add the Nylas CLI Skill for search, sending, follow-ups, and calendar workflows.](https://cli.nylas.com/guides/mail-manus-email-automation)

[Automate Email Draft Creation and ReviewGenerate pre-filled email drafts from templates with conditional logic. Batch-create follow-ups, route drafts for review, and schedule approved sends.](https://cli.nylas.com/guides/auto-create-email-drafts)

[CRM Email Workflows — Organize, Enrich, ActTurn your inbox into CRM intelligence. Group emails by company, build contact hierarchies, enrich profiles, and automate outbound — all from the CLI.](https://cli.nylas.com/guides/crm-email-workflows)

[Automated Email Reports with PowerShellBuild automated email reporting workflows with Nylas CLI and PowerShell. Query emails, aggregate data with Group-Object, generate HTML reports, and schedule with Task Scheduler.](https://cli.nylas.com/guides/powershell-email-reports)

[Automate Email and Calendar in PowerShellCross-provider email and calendar automation in PowerShell using Nylas CLI. Read emails, create events, check availability, and schedule meetings from scripts.](https://cli.nylas.com/guides/email-calendar-powershell)

[Design Email Systems for AI Agents: Structured Formats and Machine-Readable TemplatesHow to design email workflows that AI agents can parse reliably. Structured JSON output, machine-readable templates, agent-friendly headers, and MCP server integration.](https://cli.nylas.com/guides/agent-first-email-design)

[Build a Manus Skill for Nylas Email & CalendarBuild a Nylas-focused Manus Skill with SKILL.md and setup scripts so the agent can handle inbox, calendar, and contact workflows in the sandbox.](https://cli.nylas.com/guides/manus-ai-skills)

Run `nylas workflow update --help` for full help output.
