Company Information Lookup

This workflow retrieves company information using the Uproc API via a webhook. Key nodes include Company Lookup Webhook (receives company name), Validate Input (checks company name), Input Error Response (handles missing input), Set Company Data (formats company/country), Lookup Company Info (queries Uproc API), Check Lookup Success (verifies API response), API Error Response (handles API errors), Format Success Response (structures output), Send Success Response (returns results). It uses the Uproc API to fetch details like name, website, industry, and location based on company name and country.\n\nSetup Requirements: Install n8n from n8n.io or sign up at cloud.n8n.io. Import the JSON into n8n’s workflow editor. Create a Uproc account at uproc.io, generate an API token (Account > API Keys), and configure n8n credentials: uprocApi with your token. Optionally, add headerAuth (Bearer YOUR_TOKEN) for webhook security. Set Webhook Trigger path to company-lookup. Ensure your app sends POST requests with JSON: {\"company\": \"Company Name\", \"country\": \"US\"} (country optional, defaults to US). The company name can be in body.company, body.companyName, query.company, or query.companyName. Handle errors like missing company name (400: Company name is required) or invalid Uproc credentials (404: No company information found).\n\nTesting and Deployment: Import the JSON into n8n. Test by sending a POST request to the webhook URL with JSON: {\"company\": \"Apple\", \"country\": \"US\"}. Verify Lookup Company Info retrieves data, and Send Success Response returns status 200 with company details (e.g., name, website, industry). Test with missing company name (400: Company name is required) or invalid Uproc credentials (404: No company information found). Check for rate limits (429: Too Many Requests). If no data is returned, verify the company name and country code. Activate the workflow and ensure the webhook is live. Deploy for reliable company information retrieval.

$5.49

Workflow steps: 9

Integrated apps: webhook, if, respondToWebhook

Company Information Lookup preview