Daily Campinas Forecast Check
Temporal (scheduled) workflow that fetches Campinas weather forecast daily from wttr.in
temporal scheduled weather campinas wttr
What's Included
| Field | Value |
|---|---|
| Name | Daily Campinas Forecast Check |
| Type | Workflow |
| Trigger | temporal |
| Steps | 1 |
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
- 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