
Product
Socket for Jira Is Now Available
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.
n8n-nodes-late
Advanced tools
n8n community node for Zernio API - Schedule and manage social media posts across 13 platforms: Twitter/X, Instagram, Facebook, LinkedIn, TikTok, YouTube, Threads, Bluesky, Pinterest, Reddit, Telegram, Google Business, and Snapchat
An n8n community node for the Zernio API - the professional social media management platform.
Schedule and manage social media posts across multiple platforms:
n8n-nodes-zernioNote: Also available as
n8n-nodes-latefor backwards compatibility.
npm install n8n-nodes-zernio
git clone https://github.com/zernio-dev/n8n-nodes-zernio.git
cd n8n-nodes-zernio
npm install
npm run build
Profiles organize your social media accounts by brand, client, or purpose.
{
"resource": "profiles",
"operation": "create",
"name": "Personal Brand",
"description": "My personal social media accounts",
"color": "#4ade80"
}
Connect your social media platforms to the profile:
{
"resource": "connect",
"operation": "connect",
"platform": "twitter",
"profileId": "profile_123_abc"
}
Create posts across multiple platforms:
{
"resource": "posts",
"operation": "create",
"content": "Hello, world! #automation",
"platforms": [
{"platform": "twitter", "accountId": "twitter_account_123"},
{"platform": "linkedin", "accountId": "linkedin_account_456"}
],
"scheduledFor": "2024-01-15T16:00:00",
"timezone": "America/New_York"
}
Create multi-tweet threads:
{
"platforms": [
{
"platform": "twitter",
"accountId": "twitter_account_123",
"platformSpecificData": {
"threadItems": [
{"content": "Tweet 1 - Introduction"},
{"content": "Tweet 2 - Details"},
{"content": "Tweet 3 - Conclusion"}
]
}
}
]
}
Post to Instagram Stories:
{
"platforms": [
{
"platform": "instagram",
"accountId": "instagram_account_123",
"platformSpecificData": {
"contentType": "story"
}
}
],
"mediaItems": [
{"type": "image", "url": "https://your-story-image.jpg"}
]
}
Control TikTok post privacy:
{
"platforms": [
{
"platform": "tiktok",
"accountId": "tiktok_account_123",
"platformSpecificData": {
"tiktokSettings": {
"privacy_level": "PUBLIC_TO_EVERYONE",
"allow_comment": true,
"allow_duet": true,
"allow_stitch": true
}
}
}
]
}
Add custom thumbnails and first comments:
{
"platforms": [
{
"platform": "youtube",
"accountId": "youtube_account_123",
"platformSpecificData": {
"firstComment": "Thanks for watching! Don't forget to like and subscribe!"
}
}
],
"mediaItems": [
{
"type": "video",
"url": "https://your-video.mp4",
"thumbnail": "https://your-custom-thumbnail.jpg"
}
],
"tags": ["tutorial", "automation", "n8n"]
}
Create multi-post threads on Bluesky:
{
"platforms": [
{
"platform": "bluesky",
"accountId": "bluesky_account_123",
"platformSpecificData": {
"threadItems": [
{"content": "Post 1 - Introduction"},
{"content": "Post 2 - Details"},
{"content": "Post 3 - Conclusion"}
]
}
}
]
}
Upload files before using in posts:
{
"resource": "media",
"operation": "upload",
"files": [
{
"filename": "image.jpg",
"data": "base64_encoded_data"
}
]
}
For large files (>4MB), use the presign operation:
{
"resource": "media",
"operation": "presign",
"filename": "video.mp4",
"contentType": "video/mp4"
}
Set up webhooks to receive real-time notifications:
{
"resource": "webhooks",
"operation": "create",
"url": "https://your-server.com/webhook",
"events": ["post.published", "post.failed"]
}
Available webhook events:
post.scheduled - Post scheduledpost.published - Post published successfullypost.failed - Post failed to publishpost.partial - Post partially published (some platforms failed)Zernio enforces usage limits based on your plan:
Optional add-ons available: Analytics, Comments + DMs
Monitor usage with the Usage Statistics operation.
The node handles various error scenarios:
Check the node output for detailed error messages and upgrade suggestions.
git clone https://github.com/zernio-dev/n8n-nodes-zernio.git
cd n8n-nodes-zernio
npm install
npm run build
npm run lint # Check for issues
npm run lintfix # Fix automatically
MIT
Contributions are welcome! Please read our contributing guidelines and submit pull requests.
Made with love by the Zernio team
FAQs
n8n community node for Zernio API - Schedule and manage social media posts across 13 platforms: Twitter/X, Instagram, Facebook, LinkedIn, TikTok, YouTube, Threads, Bluesky, Pinterest, Reddit, Telegram, Google Business, and Snapchat
The npm package n8n-nodes-late receives a total of 212 weekly downloads. As such, n8n-nodes-late popularity was classified as not popular.
We found that n8n-nodes-late demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers 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.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

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.