Skip to main content
Valkyrie reads a Slack webhook URL from AWS Secrets Manager and sends notifications for configured progress thresholds and terminal states.

Store the webhook secret name

The selected AWS secret must contain the raw webhook URL as plain text, not JSON. Remove the setting with:

Set progress thresholds

A run accepts at most three thresholds. The run start reference states the accepted values for -i. When a webhook secret is configured without intervals, Valkyrie defaults to 100 and notifies only on completion. When intervals are provided without a webhook secret, the CLI ignores them with a warning. Webhook configuration is persisted on the run. Resume and retry use the original webhook secret and intervals without requiring local configuration.

Triggers