This n8n workflow automates the process of enriching LinkedIn profile data by fetching detailed user or organization information from the Unipile API. It is triggered by another workflow and performs conditional data retrieval, identifying whether the LinkedIn profile belongs to a user or an organization.
The workflow begins with a trigger node that activates it from an external workflow, passing the sender’s identifier. It then makes HTTP requests to Unipile’s API endpoints to fetch either user or organization data based on the sender ID. If user data is retrieved successfully, it is processed and stored in a structured format. Conversely, if organization data is found, it is similarly processed. If neither data type is available, a default message indicates the missing information.
The nodes involved include an execution trigger, multiple HTTP request nodes for fetching data, conditional setting nodes to organize the retrieved information, and aggregation nodes to compile the data into single objects. The workflow is useful for automating LinkedIn data enrichment, supporting marketing, relationship management, or data analysis scenarios, especially when integrated with WordPress or CRM systems.
Reviews
There are no reviews yet.