Command

nylas webhook create

Create a webhook for real-time event notifications.

Usage

nylas webhook create --url URL --triggers TRIGGERS

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
--urlWebhook URL
--triggersComma-separated trigger types

Examples

Create webhook

nylas webhook create --url https://yourserver.com/webhook --triggers "message.created,event.updated"

Troubleshooting

Recommended guides

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