Package Exports
- @nuelink/n8n-nodes-nuelink
- @nuelink/n8n-nodes-nuelink/dist/nodes/Nuelink/Nuelink.node.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@nuelink/n8n-nodes-nuelink) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
n8n-nodes-nuelink
This is an n8n community node. It lets you use Nuelink in your n8n workflows.
Nuelink is a social media automation and scheduling platform that helps creators, brands, and businesses streamline their content distribution across multiple social media platforms.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
- Create Post: Allows you to create a new post on Nuelink, specifying the content and the settings.
Credentials
Users need to authenticate with Nuelink to use this node. To set up authentication:
- Sign up for a Nuelink account at Nuelink.
- Create a new automation in the Nuelink dashboard.
- Obtain your API key from the automation settings.
- In n8n, add a new credential for Nuelink and enter your API key.
Compatibility
This node is compatible with n8n version 1.36.0 and above. It has been tested against the latest stable version of n8n.
Usage
- Add a Trigger node (e.g., Webhook or Cron).
- Add the Nuelink node and choose an operation (e.g., Create Post).
- Select or create your API credentials.
- Configure your input data (e.g., post content, categories, image URLs).
- Connect additional nodes (e.g., filters, conditions, notifications) as needed.
Note
This node is intended for users who are already familiar with n8n.
If you're new to n8n, check out the Try it out guide to get started quickly.