Command
nylas webhook create
Create a webhook for real-time event notifications.
Usage
nylas webhook create --url URL --triggers TRIGGERSFlags
| 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 |
| --url | Webhook URL |
| --triggers | Comma-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.