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 interacts with the Unipile API to perform various operations, including LinkedIn-related actions. Specifically, the "Get Inmail Balance" operation under the LinkedIn resource retrieves the current balance of InMail credits for a specified LinkedIn account. This is useful for users or automation workflows that need to monitor or manage their LinkedIn InMail usage programmatically.
Practical examples include:
- Automatically checking the remaining InMail credits before sending messages.
- Integrating InMail balance checks into broader marketing or outreach automation pipelines.
- Alerting users when their InMail balance is low to prompt purchasing more credits.
Properties
| Name | Meaning |
|---|---|
| Account ID | The unique identifier of the LinkedIn account for which to retrieve the InMail balance. |
Output
The node outputs JSON data containing the InMail balance information for the specified LinkedIn account. The exact structure depends on the Unipile API response but typically includes fields such as the number of available InMail credits.
No binary data output is involved in this operation.
Dependencies
- Requires an active connection to the Unipile API via an API key credential configured in n8n.
- The base URL for the API is dynamically set from the credential's DSN (Data Source Name).
- Proper permissions and valid LinkedIn account identifiers are necessary to successfully retrieve InMail balances.
Troubleshooting
- Invalid or missing Account ID: Ensure the Account ID property is correctly set and corresponds to a valid LinkedIn account.
- Authentication errors: Verify that the API key credential is correctly configured and has access rights to the Unipile API.
- API connectivity issues: Check network connectivity and the validity of the base URL configured in credentials.
- Unexpected API responses: Confirm that the Unipile API service is operational and that the account has InMail credits available.
Links and References
- Unipile API Documentation (for detailed API endpoints and authentication)
- LinkedIn InMail Information (to understand InMail credits and usage)