Command

nylas inbound create

Create an Inbound inbox. Supports wildcards for catch-all addresses.

Usage

nylas inbound create <prefix|pattern>

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

Examples

Create support inbox

nylas inbound create support
# Creates support@yourapp.nylas.email

Catch-all with wildcard

nylas inbound create "e2e-*@yourorg.nylas.email"
# All e2e-* addresses deliver to same inbox

Troubleshooting

Wildcard pattern rejected

Ensure format matches your domain. Use quotes for patterns with *.

Recommended guides

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