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:
| Event | Description |
|---|---|
build.started | Build execution started |
build.completed | Build completed successfully |
build.failed | Build failed |
task.started | Task execution started |
task.completed | Task completed successfully |
task.failed | Task failed |
See Also
- signaloid-cli builds - Build events
- signaloid-cli tasks - Task events
Learn More
- Webhook Integration Guide - Complete webhook documentation