๐Ÿ“‹ Predict construction delays with Claude, OpenWeather and Slack alerts

โšก 51 views ยท ๐Ÿ“‹ Project Management

Description

This workflow monitors active construction projects in real time, ingests weather forecasts, supplier delivery statuses, and crew/resource availability, then uses Claude AI to predict delay risk, estimate schedule impact, and generate mitigation playbooks for project managers.

How it works

  1. Trigger โ€” Webhook (on-demand) or daily schedule kick-off
  2. Load Active Projects โ€” Pulls project list from your PM system (Procore / Airtable / Sheets)
  3. Fetch Weather Forecast โ€” 7-day forecast for each project site location
  4. Fetch Supplier Status โ€” Checks open purchase orders and delivery ETAs
  5. Fetch Resource Availability โ€” Crew headcount, equipment, subcontractor status
  6. Combine Risk Data โ€” Merges all data streams per project
  7. AI Delay Prediction โ€” Claude AI scores delay probability and generates mitigation plan
  8. Severity Routing โ€” Routes CRITICAL/HIGH risk projects to immediate alert path
  9. Notify Project Managers โ€” Slack alert with risk summary and action items
  10. Update PM Dashboard โ€” Writes prediction back to Airtable / Google Sheets
  11. Create Risk Ticket โ€” Opens Jira / Linear issue for HIGH+ risk projects
  12. Send Daily Briefing โ€” Email digest of all at-risk projects

Setup Steps

  1. Import workflow into n8n
  2. Configure credentials:
    • Anthropic API โ€” Claude AI for delay prediction
    • OpenWeatherMap API โ€” Site weather forecasts
    • Airtable / Google Sheets โ€” Project & resource data
    • Procore API โ€” Schedule and RFI data (optional)
    • Slack OAuth โ€” Project manager alerts
    • Jira API โ€” Risk issue tracking
    • SendGrid / SMTP โ€” Daily email briefing
  3. Set your Airtable base ID and table names
  4. Configure Slack channel IDs per severity level
  5. Set your risk threshold (default: 60%) in the routing node
  6. Activate the workflow

Sample Webhook Payload

{
  "projectId": "PROJ-2025-042",
  "projectName": "Riverside Commercial Tower",
  "siteLocation": { "lat": -33.8688, "lon": 151.2093 },
  "plannedEndDate": "2025-11-15",
  "currentPhase": "Structure",
  "forceRefresh": true
}

AI Prediction Criteria (Claude)

Features


Explore More Automation:
Contact us to design AI-powered lead nurturing, content engagement, and multi-platform reply workflows tailored to your growth strategy.

๐Ÿ”— Nodes Used

Airtable, Send Email, Google Sheets, HTTP Request, Webhook, Schedule Trigger

๐Ÿ“ฅ Import

Download workflow.json and import into n8n: Workflow menu โ†’ Import from File

๐Ÿ“– Importing guide ยท ๐Ÿ”‘ Credential setup