Use this template
Open Daily Health Digest in Devin and create the automation with the default configuration. You can customize it before saving.
Looking for a hands-on walkthrough? See the step-by-step tutorial for Daily Health Digest.
What this automation does
The Daily Health Digest is a classic scheduled session automation. Devin uses the Datadog MCP to run the same morning-check queries an SRE would run manually: top error-rate endpoints, latency p95 regressions, unusual traffic spikes, and failing monitors. The output is a structured summary posted to Slack — scannable, linkable, and designed for a 30-second read.How it works
Trigger: Schedule event —recurring
- Event:
schedule:recurring- Conditions:
rrulematchesFREQ=DAILY;BYHOUR=8;BYMINUTE=0
- Conditions:
Prerequisites
- MCP servers:
- Datadog MCP — connects Devin to Datadog
Example prompt
The template ships with this prompt. You can edit it after clicking Use template, or leave it as-is.Setting it up
- Open Automations → Templates in Devin.
- Click Daily Health Digest. The create page opens with this template pre-filled.
- Connect any required integrations and install MCP servers if you haven’t already.
- Replace any placeholder values in the trigger conditions (for example, swap
your-org/your-repofor your actual repo). - Review the prompt and adjust it for your team’s language, conventions, and guardrails.
- Click Create automation.
When to use this template
- Replacing daily standup status updates with data-backed summaries
- Giving non-SRE teams (product, support) a lightweight window into production health
- Catching slow regressions before they become incidents
- Building a historical archive of day-by-day production state
Customization ideas
- Send to multiple channels (eng, leadership, per-service)
- Swap the schedule to weekly or hourly depending on volume
- Add comparison against the previous 7 or 30 days for trend detection
- Attach a playbook that defines your team’s reporting format
