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
The node integrates with the Unipile API, specifically allowing users to create new accounts within the Unipile system. This is useful for automating account creation workflows, such as onboarding new users or programmatically managing accounts in bulk. For example, a marketing team could use this node to automatically create customer accounts from a CRM export, or an IT department might automate provisioning of user accounts.
Properties
| Name | Meaning |
|---|---|
| Body (JSON) | Raw JSON body to send when creating an account. This should contain all necessary fields and values as expected by the Unipile API for account creation. |
Output
The node outputs JSON data representing the response from the Unipile API after attempting to create an account. This typically includes details about the newly created account, such as its unique identifier, status, and any metadata returned by the API. The output does not include binary data.
Dependencies
- Requires an API key credential for authenticating with the Unipile API.
- The base URL for API requests is configured via credentials.
- The node expects the Unipile API to accept and return JSON-formatted data.
Troubleshooting
- Invalid JSON in Body: If the JSON provided in the "Body (JSON)" property is malformed, the API request will fail. Ensure the JSON syntax is correct.
- Authentication Errors: Missing or incorrect API credentials will cause authentication failures. Verify that the API key or token is correctly set up in the node's credentials.
- API Endpoint Issues: If the base URL or endpoint path is misconfigured, requests may fail or return errors. Confirm the credentials contain the correct API base URL.
- Unexpected API Responses: If the API changes or returns unexpected data, the node output may not be as expected. Check the API documentation and update the JSON body accordingly.
Links and References
- Unipile API Documentation (example placeholder link)
- n8n Documentation on Creating Custom Nodes