
Research
/Security News
Shai Hulud Strikes Again (v2)
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.
@btafoya/n8n-nodes-mixpost
Advanced tools
This is an n8n community node that lets you use Mixpost in your n8n workflows.
Mixpost is a self-hosted social media management platform. This node allows you to automate social media posting, manage media, and control your social accounts through n8n's powerful workflow automation.
Before installing this n8n node, you need to have Mixpost installed and configured:
This node requires a working Mixpost installation with the REST API enabled. Choose one of the following:
Install the official Mixpost application:
If you already have Mixpost installed, add the REST API capability:
Note: The Mixpost REST API Add-on is required for this n8n integration to function. Ensure your Mixpost instance has API access enabled and you have generated an access token.
Install directly from n8n:
@btafoya/n8n-nodes-mixpostInstall via npm:
npm install @btafoya/n8n-nodes-mixpost
For local testing and development:
# Clone the repository
git clone https://github.com/btafoya/n8n-nodes-mixpost.git
cd n8n-nodes-mixpost
# Install dependencies
npm install
# Build the project
npm run build
# Link to n8n
npm link
cd $(npm root -g)/n8n
npm link @btafoya/n8n-nodes-mixpost --legacy-peer-deps
# Restart n8n
See TESTING_GUIDE.md for detailed development setup instructions.
https://mixpost.example.com)/api/mixpost (unless using custom installation)Create a scheduled social media post:
1. Add Mixpost node to your workflow
2. Select Resource: Posts
3. Select Operation: Create
4. Set Content: "Your post content here"
5. Select Accounts: Choose one or more connected social accounts
6. Set Schedule Time: (Optional) Choose when to publish
7. Set Status: Draft or Scheduled
Automatically post new RSS feed items to social media:
1. RSS Read node → Fetch latest articles
2. Mixpost node → Create post with article title and link
3. Set to publish immediately or schedule for later
Download an image and attach it to a post:
1. HTTP Request node → Download image (Response Format: File)
2. Mixpost node → Upload media (Binary Property: data)
3. Mixpost node → Create post with media ID from step 2
List and manage multiple posts:
1. Mixpost node → List Posts (with filters)
2. IF node → Check post status
3. Mixpost node → Update or Delete based on conditions
Post to multiple social platforms with one workflow:
1. Create content node (Manual Trigger, Webhook, etc.)
2. Mixpost node → Create post
3. Select multiple accounts (Facebook, Twitter, LinkedIn, etc.)
4. Set Status: Scheduled (posts go to all selected platforms)
Mixpost supports posting to:
Availability depends on your Mixpost instance configuration
| @btafoya/n8n-nodes-mixpost | n8n | Mixpost API |
|---|---|---|
| 1.x | >=1.0 | 1.x |
This is a community-maintained project. Contributions are welcome!
git checkout -b feature/my-featurenpm run buildgit commit -am 'Add new feature'git push origin feature/my-featureSee TESTING_GUIDE.md for complete development setup instructions.
npm run build # Build the project
npm run dev # Watch mode for development
npm list @btafoya/n8n-nodes-mixpostcurl -H "Authorization: Bearer YOUR_TOKEN" \
https://your-mixpost.com/api/mixpost/accounts
This node is built for the n8n community and Mixpost users who want to automate their social media workflows.
Special thanks to:
FAQs
n8n community node for Mixpost social media management API
The npm package @btafoya/n8n-nodes-mixpost receives a total of 2 weekly downloads. As such, @btafoya/n8n-nodes-mixpost popularity was classified as not popular.
We found that @btafoya/n8n-nodes-mixpost demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.