Command
nylas inbound create
Create an Inbound inbox. Supports wildcards for catch-all addresses.
Usage
nylas inbound create <prefix|pattern>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
Create support inbox
nylas inbound create support
# Creates support@yourapp.nylas.emailCatch-all with wildcard
nylas inbound create "e2e-*@yourorg.nylas.email"
# All e2e-* addresses deliver to same inboxTroubleshooting
Wildcard pattern rejected
Ensure format matches your domain. Use quotes for patterns with *.
Recommended guides
Run nylas inbound create --help for full help output.