This workflow corresponds to n8n.io template #young-and-home-super-alert — we link there as the canonical source.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Young & Home - Super Alert Agent",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "minutes",
"minutesInterval": 30
}
]
}
},
"id": "schedule-trigger",
"name": "30\ubd84\ub9c8\ub2e4 \uc2e4\ud589",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.1,
"position": [
250,
300
]
},
{
"parameters": {
"url": "http://api:8000/api/agent/alert/run",
"method": "POST",
"options": {}
},
"id": "call-super-agent",
"name": "Super Agent \uc2e4\ud589 (\ub9de\ucda4 \uc54c\ub9bc)",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.1,
"position": [
450,
300
],
"notes": "\ub9de\ucda4 \ub9e4\ubb3c \ub9e4\uce6d \ubc0f \uc54c\ub9bc \ubc1c\uc1a1 \ud1b5\ud569 \ucc98\ub9ac"
}
],
"connections": {
"schedule-trigger": {
"main": [
[
{
"node": "call-super-agent",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"meta": {
"templateId": "young-and-home-super-alert"
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Young & Home - Super Alert Agent. Uses httpRequest. Scheduled trigger; 2 nodes.
Source: https://github.com/soccz/young-and-home/blob/ec153e1bd45250243332f0fe51457662919fac15/n8n/registry_alert.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Website Monitor - Every 30 Minutes. Uses httpRequest, emailSend. Scheduled trigger; 5 nodes.
ARIA — Wiki Lint (Weekly Maintenance). Uses httpRequest. Scheduled trigger; 4 nodes.
Content Repurpose Flow. Uses airtable, httpRequest. Scheduled trigger; 4 nodes.
AI Research Agent. Uses httpRequest, gmail. Scheduled trigger; 4 nodes.
Schedule + HTTP + Slack (canonical first workflow). Uses httpRequest, slack. Scheduled trigger; 3 nodes.