Source: https://cli.nylas.com/docs/commands/webhook-show

# nylas webhook show

Show webhook details

Written by [Qasim Muhammad](https://cli.nylas.com/authors/qasim-muhammad) Staff SRE

Published February 13, 2026

Updated June 21, 2026

## What does nylas webhook show do?

The nylas webhook show command displays webhook details. It is part of the Webhooks commands, which create and manage webhooks for real-time event notifications. Use --json for structured output in scripts and automation.

## Usage

```bash
nylas webhook show
```

## 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

### Basic usage

```bash
nylas webhook show --help
```

## Troubleshooting

### Command not found or fails

Run `nylas auth config` and `nylas auth login` to authenticate first.

## Related commands

[nylas webhook createCreate a webhook for real-time event notifications.](https://cli.nylas.com/docs/commands/webhook-create)

[nylas webhook deleteDelete an existing webhook by ID.](https://cli.nylas.com/docs/commands/webhook-delete)

[nylas webhook listList all webhooks.](https://cli.nylas.com/docs/commands/webhook-list)

[nylas webhook pubsub createCreate a Pub/Sub channel](https://cli.nylas.com/docs/commands/webhook-pubsub-create)

[nylas webhook pubsub deleteDelete a Pub/Sub channel](https://cli.nylas.com/docs/commands/webhook-pubsub-delete)

[nylas webhook pubsub listList Pub/Sub channels](https://cli.nylas.com/docs/commands/webhook-pubsub-list)

## Recommended guides

[Send OTP and 2FA Codes by EmailGenerate 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.](https://cli.nylas.com/guides/send-otp-email-cli)

[How to Evaluate an Email AI AgentEvaluate an email agent with a labeled test set, classification and action-accuracy metrics, and prompt-injection guardrail tests you run on every change.](https://cli.nylas.com/guides/evaluate-email-agents)

[Gmail API Sandbox: Test Email IntegrationsGmail 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.](https://cli.nylas.com/guides/email-api-sandbox-testing)

[Password Reset Emails: Choosing an APIPassword reset emails are latency-critical transactional sends. Compare SES, Postmark, SendGrid, and Nylas, meet Gmail's sender rules, and test the loop.](https://cli.nylas.com/guides/password-reset-email-api)

[Mailtrap Alternative for Real Inbox TestingCompare Mailtrap, Mailosaur, and Nylas Agent Accounts for testing transactional email flows with real inbox delivery.](https://cli.nylas.com/guides/mailtrap-alternative-real-inbox-testing)

[Cypress Email TestingTest password resets, magic links, and OTP emails in Cypress with a real inbox, Nylas CLI JSON output, and isolated agent accounts.](https://cli.nylas.com/guides/cypress-email-testing)

Run `nylas webhook show --help` for full help output.
