Command

nylas email templates list

List email templates.

Written by Qasim Muhammad Staff SRE

What does nylas email templates list do?

The nylas email templates list command displays all saved email templates. Templates let you reuse common email formats — follow-ups, introductions, reports — without retyping. Use --json to pipe templates into scripts or automation.

Usage

nylas email templates list

Flags

FlagDescription
--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
--category(-c)Filter by category

Examples

The nylas email templates list command displays all saved email templates.

List templates

nylas email templates list

JSON output

nylas email templates list --json

Example output

NAME              CATEGORY    SUBJECT
follow-up         sales       Following up on our chat
welcome           onboarding  Welcome to the team

2 templates

Troubleshooting

No templates found

Templates are created with `nylas email templates create`. You may not have saved any yet.

Templates from another account

Templates are scoped to the active grant. Switch accounts with `nylas auth switch` to see other templates.

Recommended guides

Run nylas email templates list --help for full help output.