Daily Health Check
Temporal (scheduled) workflow that runs daily via RRULE
temporal scheduled rrule daily http health-check
What's Included
| Field | Value |
|---|---|
| Name | Daily Health Check |
| Type | Workflow |
| Trigger | temporal |
| Steps | 1 |
Full JSON
Click to expand
{
"description": "Temporal (scheduled) workflow that runs daily via RRULE",
"tags": [
"temporal",
"scheduled",
"rrule",
"daily",
"http",
"health-check"
],
"document": {
"name": "Daily Health Check",
"enabled": true,
"log_level": "info",
"trigger": {
"type": "temporal",
"temporal": {
"dtstart": "2025-01-01T08:00:00.000Z",
"repeats": true,
"rrule": "FREQ=DAILY;INTERVAL=1"
}
},
"steps": [
{
"condition": {
"expr": "true",
"onFailure": "throw",
"resultType": "any"
},
"action": {
"actionType": "actions/network/http/request/send",
"actions/network/http/request/send": {
"method": "GET",
"url": {
"expr": "\"https://api.example.com/health\"",
"onFailure": "throw",
"resultType": "any"
},
"headers": [],
"returnBuffer": false,
"cache": false
}
}
}
]
}
}
How to Import
- Download the ZIP file using the button above
- Navigate to Company Settings → Data Transfer in your AutoTalk dashboard
- Click Import and select the downloaded ZIP file
- Review the import summary and confirm
- All document IDs are automatically remapped — no manual ID editing needed