
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
n8n-nodes-letmepost
Advanced tools
n8n community node for letmepost.dev — publish to Bluesky, X/Twitter, LinkedIn, Instagram, Threads, Facebook, Pinterest and TikTok through one API, with preflight validation and transparent errors.
This is an n8n community node. It lets you publish to social media platforms with letmepost.dev in your n8n workflows.
letmepost.dev is an open-source social media publishing API for developers and agents. One endpoint publishes to Bluesky, X/Twitter, LinkedIn, Instagram, Threads, Facebook, Pinterest, and TikTok — with preflight validation that catches platform-specific problems before they fail, and transparent, structured errors when a platform rejects a post.
n8n is a fair-code licensed workflow automation platform.
Installation Operations Credentials Compatibility Usage Resources Version history
Follow the installation guide in the n8n community nodes documentation. Install the package n8n-nodes-letmepost.
This package ships two nodes.
| Resource | Operation | Description |
|---|---|---|
| Post | Publish | Create and publish a post to one or more connected accounts. Returns the per-target result, including any preflight warnings or rejections. |
| Post | Get | Retrieve a single post and its attempt history. |
| Post | Get Many | Retrieve many posts, filtered by profile, platform, status, or error code. |
| Account | Get Many | List the social accounts connected to your organization. |
| Media | Get Many | List previously uploaded media assets. |
When publishing, you can attach media by public URL, by an existing letmepost media ID, or directly from a binary property on the incoming item (sent inline). Set an Idempotency Key to make retries safe — reusing the same key never publishes twice.
To reply to a Bluesky post, expand Bluesky Reply (targets a Bluesky account) and provide the parent post's strong ref from a prior publish response: Reply To URI and Reply To CID (both required, sent together). For replies deeper than the first, also set Thread Root URI and Thread Root CID (both required together); omit them to reply to a top-level post and the root defaults to the parent.
Starts a workflow when letmepost.dev sends a webhook event (for example post.published or post.failed). When the workflow is activated, the trigger registers a webhook endpoint with letmepost.dev automatically and verifies the HMAC signature on every delivery; deactivating the workflow removes the endpoint. Leave Events empty to receive all events, or select specific ones.
You need a letmepost.dev account and an API key.
lmp_live_ key for production or lmp_test_ for the test environment.The credential also has a Base URL field. Leave it as https://api.letmepost.dev unless you run a self-hosted instance, in which case point it at your own API.
Tested against n8n 1.x. Requires an n8n version that supports community node tools (usableAsTool). No external runtime dependencies.
post.failed event arrives, including the transparent error from the event payload.For more on building workflows, see the n8n Try it out guide.
Initial release. Letmepost node (Post: Publish / Get / Get Many; Account: Get Many; Media: Get Many) and Letmepost Trigger (auto-registering webhook trigger with HMAC verification).
FAQs
n8n community node for letmepost.dev — publish to Bluesky, X/Twitter, LinkedIn, Instagram, Threads, Facebook, Pinterest and TikTok through one API, with preflight validation and transparent errors.
We found that n8n-nodes-letmepost 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.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.