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

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

The nylas webhook list command displays all active and paused webhooks for your Nylas application.

List webhooks

nylas webhook list

List full webhook IDs as JSON

nylas webhook list --full-ids --json

Example 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 webhooks

Troubleshooting

Recommended guides

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