Command

nylas inbound monitor

The nylas inbound monitor command watches a managed inbox for new messages in real time and streams them to your terminal as they arrive. Add --tunnel cloudflared to expose a public webhook URL for external services. Useful for debugging email flows, testing webhook integrations, and monitoring transactional email delivery.

Usage

nylas inbound monitor <inbox-id> [--tunnel cloudflared]

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
--tunnelTunnel provider (e.g. cloudflared)
--portPort to listen on
--jsonOutput events as JSON

Examples

Monitor with public URL

nylas inbound monitor inbox_abc123 --tunnel cloudflared

Troubleshooting

Recommended guides

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