Actions33
- Lead Actions
- Campaign Actions
- Inbox Actions
- LinkedIn Account Actions
- List Actions
- My Network Actions
- Stat Actions
- Webhook Actions
Overview
The node integrates with the HeyReach API to retrieve detailed information about a LinkedIn lead based on their full profile URL. This operation is useful when you want to enrich your data with specific lead details from LinkedIn profiles, such as in sales prospecting, recruitment, or marketing automation workflows.
For example, you can input a LinkedIn profile URL of a potential client or candidate, and the node will fetch relevant lead data from HeyReach, enabling you to automate follow-ups or update your CRM system with accurate contact information.
Properties
| Name | Meaning |
|---|---|
| Profile URL | The full LinkedIn profile URL of the lead to retrieve. Example: https://www.linkedin.com/in/john-doe-123456789/ |
Output
The node outputs JSON data containing the lead's information retrieved from HeyReach. This typically includes structured details extracted from the LinkedIn profile, such as name, job title, company, contact info, and other enriched lead attributes.
If the node supports binary data output (not indicated here), it would represent files or media related to the lead, but this operation primarily returns JSON-formatted lead data.
Dependencies
- Requires an active HeyReach API key credential configured in n8n.
- Network access to
https://api.heyreach.io/api/n8nfor API requests. - Proper permissions on the HeyReach account to access lead data.
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 valid and has not expired.
- API rate limits or quota exceeded: Check HeyReach account limits if requests fail repeatedly.
- Network issues: Confirm that n8n server can reach the HeyReach API endpoint.
- Unexpected API responses: If the lead is not found or the URL is incorrect, the node may return empty or error responses; double-check the input URL.
Links and References
- HeyReach API Documentation (general reference for API capabilities)
- LinkedIn Profile URL Format (guidance on correct profile URLs)