Actions85
- Account Actions
- Calendar Actions
- Email Actions
- LinkedIn Actions
- Close Job Posting
- Create Job Posting
- Download Applicant Resume
- Edit Job Posting
- Endorse Skill
- Get Company Profile
- Get Hiring Project by ID
- Get Hiring Projects
- Get Inmail Balance
- Get Job Applicant
- Get Job Applicants
- Get Job Offer
- Get Job Postings
- Get Raw Data
- Perform Action on Member
- Publish Job Posting
- Search
- Search Parameters
- Solve Job Publishing Checkpoint
- Messaging Actions
- Post Actions
- User Actions
- Webhook Actions
Overview
This node integrates with the Unipile API to perform various actions related to LinkedIn members. Specifically, the "Perform Action on Member" operation allows users to execute custom actions on a LinkedIn member by specifying their user ID and providing additional parameters in JSON format. This is useful for automating interactions such as sending messages, updating profiles, or triggering other member-specific operations within LinkedIn via the Unipile platform.
Practical examples include:
- Sending a connection request or message to a LinkedIn user identified by their user ID.
- Updating a LinkedIn member's profile information programmatically.
- Triggering custom workflows or actions defined in Unipile that involve LinkedIn members.
Properties
| Name | Meaning |
|---|---|
| User ID | The unique identifier of the LinkedIn member on whom the action will be performed. |
| Body (JSON) | A JSON object containing additional parameters or data required to perform the action. |
Output
The node outputs JSON data representing the response from the Unipile API after performing the specified action on the LinkedIn member. This typically includes status information, any returned data about the member or the action result, and error messages if applicable.
If the action involves binary data (e.g., files or media), the node would handle it accordingly, but based on the provided code and properties, the primary output is JSON structured data.
Dependencies
- Requires an active connection to the Unipile API, authenticated via an API key credential.
- The node expects the base URL for the Unipile API to be configured in the credentials.
- No direct LinkedIn API credentials are needed since the interaction is mediated through Unipile.
Troubleshooting
- Invalid User ID: If the provided user ID does not correspond to a valid LinkedIn member, the API may return an error. Verify the user ID before running the node.
- Malformed JSON in Body: Ensure the JSON provided in the "Body (JSON)" property is correctly formatted; otherwise, the API call may fail.
- Authentication Errors: Check that the API key credential for Unipile is valid and has the necessary permissions.
- Network Issues: Connectivity problems with the Unipile API endpoint can cause failures; verify network access and base URL configuration.
Links and References
- Unipile API Documentation (hypothetical link)
- LinkedIn Developer Documentation (for understanding LinkedIn member concepts)