Command

nylas workflow update

Update a workflow

Written by Qasim Muhammad Staff SRE

What does nylas workflow update do?

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

nylas workflow update

Flags

FlagDescription
--delay intUpdated workflow delay in minutes
--disabledDisable the workflow
--enabledEnable the workflow
--file stringPath to a JSON workflow update definition
--from-email stringUpdated transactional sender email
--from-name stringUpdated transactional sender display name
--grant-id stringGrant ID or email for grant-scoped workflows
--name stringUpdated workflow name
--scope stringWorkflow scope: app or grant
--set-delayApply the value from --delay during update
--template-id stringUpdated hosted template ID
--trigger-event stringUpdated workflow trigger event
--jsonOutput as JSON
--no-colorDisable color output
--verbose(-v)Enable verbose output
--configCustom config file path
--help(-h)Show help for the command
--limitLimit results (most list commands)
--yes(-y)Skip confirmations

Examples

The nylas workflow update command updates a workflow.

JSON output for scripting

nylas workflow update --json

Troubleshooting

Command not found or fails

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

Recommended guides

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