Actions33
- Lead Actions
- Campaign Actions
- Inbox Actions
- LinkedIn Account Actions
- List Actions
- My Network Actions
- Stat Actions
- Webhook Actions
Overview
This node integrates with the HeyReach API to retrieve information about LinkedIn accounts. Specifically, the "Get" operation for the "LinkedIn Account" resource fetches details of a LinkedIn account by its unique identifier. This is useful in scenarios where you need to access or verify LinkedIn account data within an automated workflow, such as enriching contact profiles, managing social media campaigns, or syncing LinkedIn account info with other systems.
Practical example:
You have a CRM system and want to automatically pull LinkedIn account details for leads stored in your database. Using this node, you can input the LinkedIn account ID and retrieve up-to-date profile information to enhance your lead records.
Properties
| Name | Meaning |
|---|---|
| Account ID | Unique identifier of the LinkedIn account to retrieve. This is a required numeric value. |
Output
The node outputs JSON data representing the LinkedIn account details retrieved from the HeyReach API. The exact structure depends on the API response but typically includes fields such as account name, profile URL, status, and other metadata related to the LinkedIn account.
If the node supports binary data output (not indicated here), it would represent any associated files or media linked to the account, but this is not evident from the provided code.
Dependencies
- Requires an active connection to the HeyReach API.
- Needs an API key credential configured in n8n to authenticate requests to HeyReach.
- Network access to
https://api.heyreach.io/api/n8nendpoint.
Troubleshooting
- Common issues:
- Invalid or missing Account ID: Ensure the Account ID is provided and is a valid number.
- Authentication errors: Verify that the API key credential is correctly set up and has necessary permissions.
- Network connectivity problems: Confirm that n8n can reach the HeyReach API endpoint.
- Error messages:
- "Account not found": The specified Account ID does not exist; double-check the ID.
- "Unauthorized": API key is invalid or expired; update credentials.
- "Request timeout": Network issues; retry or check connectivity.
Links and References
- HeyReach API Documentation (general reference for API endpoints and authentication)
- n8n Documentation for configuring API credentials and using HTTP request nodes