{ "id": "110", "name": "Get SSL Certificate", "nodes": [ { "name": "On clicking 'execute'", "type": "n8n-nodes-base.manualTrigger", "position": [ 240, 290 ], "parameters": {}, "typeVersion": 1, "id": "ccc61507-0e95-4644-a1c2-dd6aadfdd836", "notes": "This manualTrigger node performs automated tasks as part of the workflow." }, { "name": "Create Domain Item", "type": "n8n-nodes-base.functionItem", "position": [ 450, 290 ], "parameters": { "functionCode": "item.domain = \"n8n.io\";\nreturn item;" }, "typeVersion": 1, "id": "733aa9dd-d792-45b8-bfcf-496476a59875", "notes": "This functionItem node performs automated tasks as part of the workflow." }, { "name": "Get SSL Certificate", "type": "n8n-nodes-base.uproc", "position": [ 650, 290 ], "parameters": { "tool": "getDomainCertificate", "group": "internet", "domain": "= {{$node[\"Create Domain Item\"].json[\"domain\"]}}", "additionalOptions": {} }, "credentials": { "uprocApi": "miquel-uproc" }, "typeVersion": 1, "id": "8d1f370c-f77e-42b7-9132-451a3c3ff171", "notes": "This uproc node performs automated tasks as part of the workflow." }, { "name": "Send Expired Alarm", "type": "n8n-nodes-base.telegram", "position": [ 1070, 270 ], "parameters": { "text": "=The certificate of the domain {{$node[\"Create Domain Item\"].json[\"domain\"]}} has expired!", "chatId": "-1415703867", "additionalFields": {} }, "credentials": { "telegramApi": "test killia bot" }, "typeVersion": 1, "id": "8c82b84b-c365-43fc-9ae3-8b6bdd71636e", "notes": "This telegram node performs automated tasks as part of the workflow." }, { "name": "Certificate has expired?", "type": "n8n-nodes-base.if", "position": [ 840, 290 ], "parameters": { "conditions": { "string": [ { "value1": "={{$node[\"Get SSL Certificate\"].json[\"message\"][\"valid\"]+\"\"}}", "value2": "false" } ] } }, "typeVersion": 1, "id": "6ab0e2ec-4ec8-4377-a4fe-e8d8550c2191", "notes": "This if node performs automated tasks as part of the workflow." }, { "id": "error-1d3c3367", "name": "Error Handler", "type": "n8n-nodes-base.stopAndError", "typeVersion": 1, "position": [ 1000, 400 ], "parameters": { "message": "Workflow execution error", "options": {} } } ], "active": false, "settings": { "executionOrder": "v1", "saveManualExecutions": true, "callerPolicy": "workflowsFromSameOwner", "errorWorkflow": null, "timezone": "UTC", "executionTimeout": 3600, "maxExecutions": 1000, "retryOnFail": true, "retryCount": 3, "retryDelay": 1000 }, "connections": {}, "description": "Automated workflow: Get SSL Certificate. This workflow processes data and performs automated tasks.", "meta": { "instanceId": "workflow-0d5af560", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:48.489628", "updatedAt": "2025-09-29T07:07:48.489648", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "notes": "Excellent quality workflow: Get SSL Certificate. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }