This n8n workflow automates the process of verifying whether a given LinkedIn company URL correctly corresponds to the specified company domain. It is useful for maintaining data accuracy in lead qualification, CRM data cleaning, and enrichment workflows.
The workflow begins with a form trigger where users input the LinkedIn URL, the company domain, and an Airtop profile connected to LinkedIn. When triggered, the workflow can also be initiated from another workflow via the ‘When Executed by Another Workflow’ node. The key steps involved are:
1. **Input Collection:** The user fills out a form specifying the LinkedIn profile, the domain, and the Airtop profile.
2. **Parameter Unification:** The entered data is unified into a consistent format for processing.
3. **Fetching Company Website:** Using the Airtop node, the workflow extracts the company’s website URL from the LinkedIn profile.
4. **Comparison & Filtering:** It then compares the extracted website URL against the expected domain, checking if the domain is contained within the website URL.
5. **Result Mapping:** If the domain matches, the workflow outputs the verified LinkedIn URL.
A detailed README sticky note explains the use case, setup requirements, and practical applications, such as validating LinkedIn URLs before importing data into CRMs or for automated lead qualification.
Overall, this automation ensures the authenticity of LinkedIn company profiles by confirming their website URLs match the provided domain, streamlining data accuracy and validation processes.
Reviews
There are no reviews yet.