
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@posty5/n8n-nodes-posty5
Advanced tools
N8N community nodes for Posty5 - URL shortening, QR codes, HTML hosting, and social media publishing

N8N community nodes for Posty5 - Automate URL shortening, QR code generation, HTML hosting, and social media publishing in your N8N workflows.
Posty5 is a comprehensive platform for digital content management and distribution:
npm install n8n-nodes-posty5
n8n-nodes-posty5https://api.posty5.com)Create and manage shortened URLs with analytics.
Operations:
Use Cases:
Generate QR codes for 7 different types.
QR Types:
Operations:
Host static HTML pages with CDN delivery.
Operations:
Use Cases:
Manage dynamic variables for HTML pages.
Operations:
Variable Keys: Must start with pst5_
Collect and manage form submissions from HTML pages.
Operations:
Filters:
Manage social media workspaces/organizations.
Operations:
Publish videos to multiple social media platforms.
Supported Platforms:
Operations:
Video Sources:
Platform-Specific Settings:
Create a short link and generate a QR code for it:
HTTP Request (Get URL)
↓
Posty5 Short Link (Create)
↓
Posty5 QR Code (Create URL type)
↓
Send Email (with QR code)
Monitor form submissions and send notifications:
Schedule Trigger (every 5 minutes)
↓
Posty5 Form Submission (List - filter by status: new)
↓
IF (has new submissions)
↓
Send Email
↓
Posty5 Form Submission (Update status to read)
Publish a video to multiple platforms:
Trigger (Manual/Webhook)
↓
Read Binary File (video.mp4)
↓
Posty5 Social Publisher Post (Publish)
- Platforms: YouTube, TikTok, Instagram
- Video: Binary data
- Scheduled: Now
↓
Posty5 Social Publisher Post (Get Post Status)
↓
Send Notification
Deploy HTML page from GitHub and create short link:
GitHub Trigger (on push)
↓
Posty5 HTML Hosting (Create from GitHub)
↓
Posty5 Short Link (Create)
↓
Slack Notification (with short URL)
All list operations support pagination:
// Return all results (automatic pagination)
returnAll: true;
// Or limit results
returnAll: false;
limit: 50;
Most list operations support filters:
{
tag: "marketing",
refId: "campaign-2024",
search: "keyword"
}
Nodes support binary data for:
Use N8N's binary data system:
// From HTTP Request node
binaryPropertyName: 'data';
// From Read Binary File node
binaryPropertyName: 'data';
Social Publisher Post supports scheduling:
scheduledPublishTime: 'now';
// or
scheduledPublishTime: new Date('2024-12-31T10:00:00Z');
All nodes support N8N's "Continue on Fail" option:
{
json: {
error: 'Error message here';
}
}
Common errors:
MIT License - see LICENSE file for details
Built with ❤️ by the Posty5 team
Powered by:
FAQs
N8N community nodes for Posty5 - URL shortening, QR codes, HTML hosting, and social media publishing
We found that @posty5/n8n-nodes-posty5 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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.