AutomationFlowsGeneral › Verify a Phone Number with Uproc

Verify a Phone Number with Uproc

ByMiquel Colomer @mcolomer on n8n.io

Do you want to avoid communication problems when launching phone calls?

Event trigger★★☆☆☆ complexity4 nodesFunction ItemUproc
General Trigger: Event Nodes: 4 Complexity: ★★☆☆☆ Added:

This workflow corresponds to n8n.io template #863 — 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 →

Download .json
{
  "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 = \"+1234567890\";\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": {
          "name": "<your credential>"
        }
      },
      "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
          }
        ]
      ]
    }
  }
}

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.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Do you want to avoid communication problems when launching phone calls?

Source: https://n8n.io/workflows/863/ — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

verify email. Uses functionItem, uproc, stopAndError. Event-driven trigger; 5 nodes.

Function Item, Uproc, Stop And Error
General

Get Company by Name. Uses manualTrigger, functionItem, uproc. Event-driven trigger; 4 nodes.

Function Item, Uproc
General

Verify phone numbers. Uses manualTrigger, functionItem, uproc. Event-driven trigger; 4 nodes.

Function Item, Uproc
General

verify email. Uses manualTrigger, functionItem, uproc. Event-driven trigger; 4 nodes.

Function Item, Uproc
General

Do you want to avoid bounces in your Email Marketing campaigns?

Function Item, Uproc