alpacon webhook create
Create a new webhook
alpacon webhook create [flags]
Options
-h, --help # help for create
Examples
Create a webhook interactively:
alpacon webhook create
The command prompts for the following fields:
- Webhook name — a label for the webhook
- Webhook URL — the endpoint to send notifications to
- Provider — automatically detected from the URL and shown as the default; choose from
slack,discord,teams,telegram, orcustom
The provider is automatically detected from the URL you enter. The detected value is shown as the default in brackets (e.g., [custom]). Press Enter to accept it or type a different provider to override.