Marketing & Advertising Automation

Get information about a company with UpLead

Get information about a company with UpLead

Manual
Low
2
Nodes
Manual
Trigger
Low
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
2
Node Types
0

Workflow JSON

804 Bytes
{
  "id": "129",
  "name": "Get information about a company with UpLead",
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        250,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Uplead",
      "type": "n8n-nodes-base.uplead",
      "position": [
        450,
        300
      ],
      "parameters": {
        "company": "Apple"
      },
      "credentials": {
        "upleadApi": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "settings": {},
  "connections": {
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "Uplead",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}