Actions33
- Lead Actions
- Campaign Actions
- Inbox Actions
- LinkedIn Account Actions
- List Actions
- My Network Actions
- Stat Actions
- Webhook Actions
Overview
This node interacts with the HeyReach API to retrieve tags associated with a specific lead identified by their LinkedIn profile URL. It is useful in scenarios where you want to enrich your lead data by fetching all tags assigned to that lead within HeyReach, enabling better segmentation, filtering, or targeted outreach based on those tags.
For example, if you have a list of LinkedIn profiles and want to automatically pull all tags assigned to each lead for marketing automation or CRM enrichment, this operation will provide that information.
Properties
| Name | Meaning |
|---|---|
| Profile URL | The full LinkedIn profile URL of the lead whose tags you want to retrieve. Example: https://www.linkedin.com/in/john-doe-123456789/ |
Output
The output JSON contains the tags associated with the specified lead. Each item in the output corresponds to one lead (input item) and includes a field (commonly named json) with the retrieved tags data from HeyReach.
If the node supports binary data output, it would typically represent attachments or media related to the lead, but in this case, the output focuses on JSON data representing tags only.
Dependencies
- Requires an active connection to the HeyReach API.
- Requires an API key credential configured in n8n to authenticate requests to HeyReach.
- The base URL for API requests is
https://api.heyreach.io/api/n8n.
Troubleshooting
- Missing or invalid Profile URL: Ensure the "Profile URL" property is provided and correctly formatted as a full LinkedIn profile URL.
- Authentication errors: Verify that the API key credential is correctly set up and has sufficient permissions.
- Network issues or API downtime: Check network connectivity and HeyReach service status.
- No tags returned: This may indicate the lead has no tags assigned or the profile URL does not exist in HeyReach.
Links and References
- HeyReach API Documentation (general reference for API endpoints and authentication)
- LinkedIn Profile URLs (guidance on LinkedIn profile URL formats)