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 →
{
"id": "ppsHlJlSpHPQJp4Q",
"tags": [],
"nodes": [
{
"id": "6615e821-d47d-4df9-aa10-4aebdd9e6737",
"name": "Schedule Trigger",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-1100,
-540
],
"parameters": {
"rule": {
"interval": [
{
"field": "minutes"
}
]
}
},
"typeVersion": 1.2
},
{
"id": "456b6ea3-1360-4a6c-a862-84c022db78e4",
"name": "HTTP Request",
"type": "n8n-nodes-base.httpRequest",
"position": [
-740,
-540
],
"parameters": {
"url": "",
"options": {
"response": {
"response": {
"fullResponse": true
}
}
}
},
"typeVersion": 4.2
},
{
"id": "d1155cfc-c27a-40c5-8d70-c0705ce24c9b",
"name": "Twilio",
"type": "n8n-nodes-base.twilio",
"position": [
-240,
-520
],
"parameters": {
"to": "",
"from": "",
"message": "Service Down",
"options": {}
},
"credentials": {
"twilioApi": {
"name": "<your credential>"
}
},
"typeVersion": 1
},
{
"id": "f4a781ab-96bf-4801-95d4-df8f8fbd1f8a",
"name": "If",
"type": "n8n-nodes-base.if",
"position": [
-520,
-540
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "75b05c45-447e-407b-847f-5ed909b3c325",
"operator": {
"type": "number",
"operation": "equals"
},
"leftValue": "={{ $json.statusCode }}",
"rightValue": 200
}
]
}
},
"typeVersion": 2.2
}
],
"active": true,
"settings": {
"executionOrder": "v1"
},
"versionId": "1918412f-8dd2-404c-ad68-0b48f09ff7fc",
"connections": {
"If": {
"main": [
[],
[
{
"node": "Twilio",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request": {
"main": [
[
{
"node": "If",
"type": "main",
"index": 0
}
]
]
},
"Schedule Trigger": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
}
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
twilioApi
About this workflow
Http Schedule. Uses scheduleTrigger, httpRequest, twilio. Scheduled trigger; 4 nodes.
Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →