Command

nylas webhook list

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.

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

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
--full-idsShow full webhook IDs for copy/paste

Examples

List webhooks

nylas webhook list

List full webhook IDs as JSON

nylas webhook list --full-ids --json

Troubleshooting

Recommended guides

Run nylas webhook list --help for full help output.