astroctl_notifications_integrations
astroctl notifications integrations
Manage notification integrations
Synopsis
Configure and manage notification integrations (email addresses, Slack webhooks, etc.) for your organization
astroctl notifications integrations [flags]
Examples
# List all notification integrations
astroctl notifications integrations list
# Get a specific integration
astroctl notifications integrations get --channel email
astroctl notifications integrations get --channel slack
# Configure an email integration
astroctl notifications integrations configure --channel email --email admin@company.com
# Configure a Slack webhook integration (webhook will be tested automatically)
astroctl notifications integrations configure --channel slack --webhook-url https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX
# Configure a Slack webhook without testing (not recommended)
astroctl notifications integrations configure --channel slack --webhook-url https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX --skip-webhook-test
# Configure a Slack app integration with specific channel
astroctl notifications integrations configure --channel slack --webhook-url installation:T123456:xoxb-token-ref --slack-channel "#alerts"
# Delete an integration
astroctl notifications integrations delete --channel slack
Options
-h, --help help for integrations
Options inherited from parent commands
-o, --output string Output format (json|yaml) (default "yaml")
SEE ALSO
- astroctl notifications - Manage notification subscriptions and integrations
- astroctl notifications integrations configure - Configure a notification integration
- astroctl notifications integrations delete - Delete a notification integration
- astroctl notifications integrations get - Get a notification integration
- astroctl notifications integrations list - List notification integrations