Company Research & Audio Generator Workflow

This workflow processes company research requests via webhook, gathers data using the Company Research API, generates an audio summary, and returns results. Key nodes include Company Research Trigger (webhook), Validate Input (checks domain/name), Get Company Info (basic data), Get Extended Details (additional data), Compile Research Report (aggregates data), Generate Audio Summary (creates audio), Process Final Result (formats output), and Send Response (returns results). It uses Company Research and Text-to-Speech APIs.\n\nSetup Requirements: Install n8n from n8n.io or sign up at cloud.n8n.io. Import the JSON into n8n’s workflow editor. Obtain a Company Research API key from the provider’s dashboard (e.g., api.company-research.com). Get a Text-to-Speech API key from the service provider (e.g., text-to-speech.com). In n8n, configure credentials: Company Research (API Key) and Text-to-Speech (API Key). Set the webhook path in Company Research Trigger (e.g., company-research). Configure your application to send POST requests to n8n’s webhook URL (displayed in the node). Handle errors like invalid domain (400: Invalid domain format) or missing API key (401: Unauthorized). Ensure payload includes domain or name.\n\nTesting and Deployment: Import the JSON into n8n. Send a test POST request to the webhook URL with JSON: {"domain": "example.com"} or {"name": "Example Company"}. Verify that Validate Input extracts domain/name and Get Company Info/Extended Details fetches data. Confirm Compile Research Report aggregates data, and Generate Audio Summary produces an audio URL. Check Send Response for details like company_name and audio_url. Test with an invalid domain (e.g., example) to trigger Send Validation Error Response (400). Monitor logs for errors like rate limits (429: Too many requests) or invalid API keys (401). If audio generation fails, verify Text-to-Speech credentials. Activate the workflow in n8n and ensure the application’s webhook is live. Deploy for automated company research and audio summary generation.

$5.49

Workflow steps: 10

Integrated apps: webhook, code, if

Company Research & Audio Generator Workflow  preview