This n8n workflow automates the process of retrieving company information by name using an external service, providing a seamless integration for managing company data. The process begins with a manual trigger, allowing users to initiate the workflow on demand. It then creates a company item with predefined data, such as company name (‘Killia technologies’) and country (‘Spain’), using a Function Item node. Next, it queries an external API (via the ‘uproc’ node) to fetch detailed information about the specified company based on the name provided. The retrieved data is then evaluated in an ‘IF’ node to determine if the company exists or if a match was found, using a regex condition on the company’s name. If the company is found, subsequent actions can be triggered, such as updating records or alerting users. This workflow is especially useful for businesses that need to verify company details quickly, synchronize data with external databases, or automate onboarding processes involving company information.
Automated Company Data Retrieval by Name
Node Count | 0 – 5 Nodes |
---|---|
Nodes Used | functionItem, if, manualTrigger, uproc |
Reviews
There are no reviews yet.