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:

  1. Webhook name — a label for the webhook
  2. Webhook URL — the endpoint to send notifications to
  3. Provider — automatically detected from the URL and shown as the default; choose from slack, discord, teams, telegram, or custom

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.