Command

nylas webhook pubsub update

Update a Pub/Sub channel

Written by Qasim Muhammad Staff SRE

What does nylas webhook pubsub update do?

The nylas webhook pubsub update command updates a Pub/Sub channel. It is part of the Webhooks commands, which create and manage webhooks for real-time event notifications.

Usage

nylas webhook pubsub update

Flags

FlagDescription
--description stringUpdated channel description
--encryption-key stringUpdated encryption key identifier
--notify stringSlice(-n)Updated notification email addresses
--status stringUpdated status (active or inactive)
--topic stringUpdated Google Cloud Pub/Sub topic path
--triggers stringSlice(-t)Updated trigger types (comma-separated or repeated)
--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

Examples

The nylas webhook pubsub update command updates a Pub/Sub channel.

JSON output for scripting

nylas webhook pubsub update --json

Filter by description

nylas webhook pubsub update --description <value> --json

Troubleshooting

Command not found or fails

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

Recommended guides

Run nylas webhook pubsub update --help for full help output.