Skip to main content

Daily Campinas Forecast Check

Temporal (scheduled) workflow that fetches Campinas weather forecast daily from wttr.in

temporal scheduled weather campinas wttr

Download ZIP

What's Included

FieldValue
NameDaily Campinas Forecast Check
TypeWorkflow
Triggertemporal
Steps1

Full JSON

Click to expand
{
"description": "Temporal (scheduled) workflow that fetches Campinas weather forecast daily from wttr.in",
"tags": [
"temporal",
"scheduled",
"weather",
"campinas",
"wttr"
],
"document": {
"name": "Daily Campinas Forecast Check",
"enabled": true,
"log_level": "info",
"trigger": {
"type": "temporal",
"temporal": {
"dtstart": "2026-03-05T21:00:00-03:00",
"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://wttr.in/Campinas?format=j1\"",
"onFailure": "throw",
"resultType": "any"
},
"headers": [],
"returnBuffer": false,
"cache": false
}
}
}
],
"returnExpression": {
"expr": "step(0).data"
}
}
}

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