CSMediaPro
n8n and DeSo workflow
n8n Community Node

Blockchain publishing,
inside n8n workflows.

We built n8n-nodes-deso so n8n workflows can publish media to the DeSo blockchain for attribution, provenance, licensing, and NFT-style minting.

Why this belongs in n8n

Media and social publishing workflows succeed through orchestration.

Media and social publishing workflow orchestration

A file arrives. Metadata needs to be attached. Rights need to be tracked. A caption or manifest may need to be generated. Someone needs to approve the output. The asset needs to go somewhere public. Later, the same system may need to prove where it came from, who published it, what license applied, and whether it was part of a larger collection or campaign.

n8n is a good place for that kind of orchestration. DeSo is a good public rail for social publishing and on-chain identity. n8n-nodes-deso connects the two.

What We Built

An n8n community node for DeSo publishing

The plugin is freely available and supports:

DeSo Identity-backed credentials
Public text posting
Image-backed posts from binary data or image URLs
Video-backed posts from binary data or video URLs
Profile lookup by username or public key
Multiple DeSo accounts through separate n8n credentials
That makes blockchain publishing available as a normal workflow step. A workflow can receive media from a form, webhook, internal tool, cloud folder, or approval queue, then publish it through a selected DeSo identity with structured output returned to the rest of the automation.
Technical Challenge

DeSo is not a normal API-key integration

This was not a simple bearer-token node. DeSo publishing depends on wallet identity, derived authorization, transaction construction, signing, and broadcast.

The node handles that complexity behind an n8n-native interface. Credentials are stored in n8n, workflows select the account they should publish as, and node outputs return useful post and transaction data without exposing signing material in workflow results.

Standard API Integration vs DeSo Integration via Node
Custom n8n Integrations

Need a custom n8n node for your workflow?

If your automation depends on a platform that does not quite fit the standard API-key-and-webhook model, CSMediaPro can help turn it into a clean n8n node.

n8n-nodes-deso is open source on GitHub.