Skip to main content

Daily Health Check

Temporal (scheduled) workflow that runs daily via RRULE

temporal scheduled rrule daily http health-check

Download ZIP

What's Included

FieldValue
NameDaily Health Check
TypeWorkflow
Triggertemporal
Steps1

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

  1. Download the ZIP file using the button above
  2. Navigate to Company Settings → Data Transfer in your AutoTalk dashboard
  3. Click Import and select the downloaded ZIP file
  4. Review the import summary and confirm
  5. All document IDs are automatically remapped — no manual ID editing needed