Workflow: Manual Uproc Automation

Workflow Details

Download Workflow
{
    "id": "114",
    "name": "Verify phone numbers",
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                440,
                510
            ],
            "parameters": [],
            "typeVersion": 1
        },
        {
            "name": "Create Phone Item",
            "type": "n8n-nodes-base.functionItem",
            "position": [
                640,
                510
            ],
            "parameters": {
                "functionCode": "item.phone = \"+34605281220\";\nreturn item;"
            },
            "typeVersion": 1
        },
        {
            "name": "Parse and Validate Phone",
            "type": "n8n-nodes-base.uproc",
            "position": [
                850,
                510
            ],
            "parameters": {
                "tool": "getPhoneParsed",
                "phone": "={{$node[\"Create Phone Item\"].json[\"phone\"]}}",
                "additionalOptions": []
            },
            "credentials": {
                "uprocApi": "miquel-uproc"
            },
            "typeVersion": 1
        },
        {
            "name": "Phone is Valid?",
            "type": "n8n-nodes-base.if",
            "position": [
                1050,
                510
            ],
            "parameters": {
                "conditions": {
                    "string": [
                        {
                            "value1": "={{$node[\"Parse and Validate Phone\"].json[\"message\"][\"valid\"]+\"\"}}",
                            "value2": "true"
                        }
                    ]
                }
            },
            "typeVersion": 1
        }
    ],
    "active": false,
    "settings": [],
    "connections": {
        "Create Phone Item": {
            "main": [
                [
                    {
                        "node": "Parse and Validate Phone",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "Create Phone Item",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "Parse and Validate Phone": {
            "main": [
                [
                    {
                        "node": "Phone is Valid?",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Generate 360° Virtual Try-on Videos for Clothing with Kling API
View
Manual Noop Automation Webhook
View
UTM Link Creator & QR Code Generator with Scheduled Google Analytics Reports
View
Limit Code Create Webhook
View
Generate AI-Ready llms.txt Files from Screaming Frog Website Crawls
View
Editimage Manual Update Webhook
View
Manual Freshdesk Automate Triggered
View
Docsify example
View
OpenAI Assistant for Hubspot Chat
View
Extract Amazon Best Seller Electronic Information with Bright Data and Google Gemini
View