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

# nylas webhook verify

The nylas webhook verify command provides verify a webhook signature locally. It is part of the Webhooks commands, which create and manage webhooks for real-time event notifications.

## Usage

```bash
nylas webhook verify
```

## Flags

| Flag | Description |
| --- | --- |
| --payload-file | See `nylas nylas webhook verify --help` for details |
| --signature | See `nylas nylas webhook verify --help` for details |
| --secret | See `nylas nylas webhook verify --help` for details |

## Examples

### Basic usage

```bash
nylas webhook verify --help
```

## Troubleshooting

### Command not found or fails

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

## Recommended guides

[Extract OTP Codes from Email — Skip the InboxPull 2FA verification codes from email without opening your inbox. nylas otp get copies the code to your clipboard. Works with Gmail, Outlook, Exchange, Yahoo, iCloud, and IMAP.](https://cli.nylas.com/guides/extract-otp-codes-from-email)

[CI/CD Email Alerts with PowerShellSend build notifications, deployment reports, and test failure alerts from GitHub Actions, Azure DevOps, and Jenkins using PowerShell and Nylas CLI.](https://cli.nylas.com/guides/powershell-email-cicd)

[E2E Email Testing with PlaywrightTest password reset, invitation, and verification emails end-to-end. Poll with Nylas CLI, verify content in Playwright, and click links. No Gmail config needed.](https://cli.nylas.com/guides/e2e-email-testing)

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