Workflow: Uptimerobot

Workflow Details

Download Workflow
{
    "nodes": [
        {
            "name": "UptimeRobot2",
            "type": "n8n-nodes-base.uptimeRobot",
            "position": [
                890,
                320
            ],
            "parameters": {
                "id": "={{$json[\"id\"]}}",
                "resource": "monitor",
                "operation": "get"
            },
            "credentials": {
                "uptimeRobotApi": "UptimeRobot API Credentials"
            },
            "typeVersion": 1
        },
        {
            "name": "UptimeRobot",
            "type": "n8n-nodes-base.uptimeRobot",
            "position": [
                490,
                320
            ],
            "parameters": {
                "url": "https:\/\/n8n.io",
                "type": 1,
                "resource": "monitor",
                "operation": "create",
                "friendlyName": "n8n"
            },
            "credentials": {
                "uptimeRobotApi": "UptimeRobot API Credentials"
            },
            "typeVersion": 1
        },
        {
            "name": "UptimeRobot1",
            "type": "n8n-nodes-base.uptimeRobot",
            "position": [
                690,
                320
            ],
            "parameters": {
                "id": "={{$json[\"id\"]}}",
                "resource": "monitor",
                "operation": "update",
                "updateFields": {
                    "friendly_name": "n8n website"
                }
            },
            "credentials": {
                "uptimeRobotApi": "UptimeRobot API Credentials"
            },
            "typeVersion": 1
        }
    ],
    "connections": {
        "UptimeRobot": {
            "main": [
                [
                    {
                        "node": "UptimeRobot1",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "UptimeRobot1": {
            "main": [
                [
                    {
                        "node": "UptimeRobot2",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Loading data into a spreadsheet
View
Google analytics template
View
Telegram AI Langchain bot
View
Code Editimage Update Webhook
View
📦 New Email ➔ Create Google Task
View
Openai Form Create Triggered
View
Localfile Wait Create Triggered
View
HTTP GitHub Send Webhook
View
Send updates about the position of the ISS every minute to a topic in RabbitMQ
View
Daily meetings summarization with Gemini AI
View