Quick overview
Quick overview This workflow monitors a mobile app canary rollout by fetching crash/ANR and API error/latency metrics, comparing them to the previous release baseline, asking Anthropic Claude for a proceed/pause/rollback recommendation, and then updating rollout percentage and notifying the on-call team via WhatsApp. How it works Receives a POST webhook (or manual test trigger) from your CI/CD pipeline with the new version, previous version, app ID, and platform. Waits for the configured observation window and then fetches canary-versus-baseline crash/ANR metrics and API error/latency metrics from your crash reporting and APM APIs. Compares canary metrics to the baseline, flags threshold breaches, and detects correlated regression patterns such as OS-version concentration or a dominant crash signature. Sends the metric deltas and regression signals to Anthropic Claude for a rollout recommendation, then parses the response and forces an automatic rollback if crash/ANR regression is severe. If the decision is proceed, increases the rollout percentage via your app store rollout-control API and loops back to observe the next stage until 100%. If the decision is pause, sends a WhatsApp alert with the AI reasoning and waits for a human resume/rollback signal before continuing or halting. If the decision is rollback (from AI, safety override, or human choice), halts the rollout via the app store API and sends a WhatsApp rollback notification. Setup Create credentials for your crash reporting metrics API, APM metrics API, app store rollout-control API, Anthropic API, and WhatsApp Business Cloud in n8n. Update the config values for rollout stages, observation window, delta thresholds, API base URLs, and WhatsApp sender/recipient numbers. Copy the webhook URL for the release-deployed trigger and configure your CI/CD post-deploy hook to send newVersion/previousVersion/appId/platform. Use the resume webhook URL from the human-decision wait step in your release-management tooling so on-call can resume or roll back after a pause. An n8n automation workflow template by Oneclick AI Squad.
Oneclick AI Squad
web
free
Others in the same category, ranked by how often they are opened.