Publish NIP-01 notes to the decentralized Nostr network from n8n.
// n8n HTTP Request — Nostr upload
const node = {`{`}
type: 'n8n-nodes-base.httpRequest',
parameters: {`{`}
method: 'POST',
url: 'https://api.upload-post.com/api/upload',
platform: ['nostr'],
title: 'gm nostr'
{`}`}
{`}`}; Write the text note you want to publish.
POST to Upload-Post with platform[]=nostr.
Poll until the event is broadcast.
Note is live on the Nostr network.
Posting to Nostr from n8n publishes standards-compliant NIP-01 kind:1 text notes, Schnorr-signed (secp256k1) and broadcast to your relays.
Yes. Your nsec key is stored encrypted at rest by Upload-Post and only used to sign your events — it never appears in your n8n workflow.
Broadcast to your chosen wss:// relays or fall back to Upload-Post's defaults. Your n8n Nostr automation reaches every relay you configure.
Nostr notes are text-based. Embed image or video URLs directly in the note content and most Nostr clients will render them inline.
Yes. Use the n8n Schedule Trigger with Upload-Post, or Upload-Post's built-in scheduling to queue Nostr notes for later.
We're here to help you streamline your social media workflow
Have questions? We'd love to hear from you.
Send us a message and we'll respond as soon as possible.