Skip to main content

signaloid-cli webhooks

Manage webhooks for event notifications.

Synopsis

signaloid-cli webhooks <command> [options]

Description

The webhooks command group allows you to configure webhooks to receive real-time notifications about builds, tasks, and other events in your Signaloid account.

Subcommands

  • list - List all webhooks
  • get - Get details about a specific webhook
  • create - Create a new webhook
  • update - Update webhook configuration
  • delete - Delete a webhook
  • stats - Get webhook statistics
  • enable - Enable a webhook
  • disable - Disable a webhook

Webhook Events

Common webhook events:

EventDescription
build.startedBuild execution started
build.completedBuild completed successfully
build.failedBuild failed
task.startedTask execution started
task.completedTask completed successfully
task.failedTask failed

See Also

Learn More