Command

nylas workflow create

Create a workflow

Written by Qasim Muhammad Staff SRE

What does nylas workflow create do?

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

Usage

nylas workflow create

Flags

FlagDescription
--delay intDelay in minutes before the workflow sends
--disabledCreate the workflow in a disabled state
--enabledCreate the workflow in an enabled state
--file stringPath to a JSON workflow definition
--from-email stringTransactional sender email
--from-name stringTransactional sender display name
--grant-id stringGrant ID or email for grant-scoped workflows
--name stringWorkflow name
--scope stringWorkflow scope: app or grant
--template-id stringHosted template ID
--trigger-event stringWorkflow 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 create command creates a workflow.

JSON output for scripting

nylas workflow create --json

Troubleshooting

Command not found or fails

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

Recommended guides

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