Command
nylas webhook list
List all webhooks.
Written by Qasim Muhammad Staff SRE
What does nylas webhook list do?
The nylas webhook list command displays all active and paused webhooks for your Nylas application. Each entry shows the webhook URL, trigger types, status, and creation date. Use --full-ids for copyable IDs and --json to pipe output into monitoring scripts.
Usage
nylas webhook list [--full-ids] [--json]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 |
| --full-ids | Show full webhook IDs for copy/paste |
Examples
The nylas webhook list command displays all active and paused webhooks for your Nylas application.
List webhooks
nylas webhook listList full webhook IDs as JSON
nylas webhook list --full-ids --jsonExample output
WEBHOOK ID URL STATUS TRIGGERS
webhook_abc123 https://example.com/webhooks active message.created, event.created
webhook_def456 https://example.com/hooks active grant.created
2 webhooksTroubleshooting
Recommended guides
Send OTP and 2FA Codes by Email
Generate a cryptographically secure one-time code and send it by email from the terminal — no SMTP. Test the full round trip and learn email OTP's limits.
How to Evaluate an Email AI Agent
Evaluate an email agent with a labeled test set, classification and action-accuracy metrics, and prompt-injection guardrail tests you run on every change.
Gmail API Sandbox: Test Email Integrations
Gmail has no API sandbox. Compare the real options: a dedicated test account, the Amazon SES sandbox, fake SMTP inboxes, and nylas demo with sample data.
Password Reset Emails: Choosing an API
Password reset emails are latency-critical transactional sends. Compare SES, Postmark, SendGrid, and Nylas, meet Gmail's sender rules, and test the loop.
Mailtrap Alternative for Real Inbox Testing
Compare Mailtrap, Mailosaur, and Nylas Agent Accounts for testing transactional email flows with real inbox delivery.
Cypress Email Testing
Test password resets, magic links, and OTP emails in Cypress with a real inbox, Nylas CLI JSON output, and isolated agent accounts.
Run nylas webhook list --help for full help output.