UpLead Company Lookup

This workflow automates company information retrieval using UpLead's API. Key nodes include Company Lookup Webhook (receives requests), Rate Limit Check (monitors usage), Validate Input (sanitizes company name), Authentication Check (verifies credentials), UpLead Company Lookup (API interaction), API Response Check (validates response), Format Response (structures output), Error Handler (manages API errors), Validation Error Handler (handles invalid inputs), Auth Error Handler (handles authentication issues), and Send Response (returns results).\n\nSetup Requirements: Install n8n from n8n.io or sign up at cloud.n8n.io. Import the JSON into n8n’s workflow editor. Create an UpLead account at uplead.com and obtain an API key (Account > API Settings > Generate Key). In n8n, configure UpLead credentials (API Key). Set up Company Lookup Webhook with path company-lookup and basic authentication (username/password). Integrate your app to send POST requests with the company or companyName. Handle errors like missing company name (400: Input validation failed) or invalid API key (500: UPLEAD_ERROR). Ensure webhook credentials are set in n8n (Credentials > HTTP Basic Auth).\n\nTesting and Deployment: Import the JSON into n8n. Send a POST request to the webhook URL with JSON: {"company": "Example Corp"} and valid Basic Auth headers. Verify Validate Input sanitizes the company name, and the Authentication Check passes. Confirm UpLead Company Lookup retrieves data (e.g., website, industry) and Format Response returns status 200 with structured data. Test with invalid inputs (e.g., {"company": ""}) to trigger Validation Error Handler (400: Company name is required). Use an incorrect API key to trigger Error Handler (500: Company lookup failed). Test without authentication to trigger Auth Error Handler (401: Authentication required). Monitor logs for rate limits (429: Too Many Requests). If lookups fail, verify UpLead API key and webhook credentials. Activate the workflow in n8n and ensure the webhook is live. Deploy for automated company information retrieval with error handling and response validation.

$5.49

Workflow steps: 11

Integrated apps: webhook, code, if

UpLead Company Lookup preview