Publish content to WordPress, Ghost, Twitter/X, LinkedIn, Telegram, Dev.to, and Hashnode from a single API call. Draft once, schedule, and distribute to every platform your audience uses. Supports rich text, images, tags, and per-platform formatting rules.
This plugin is available on the ɳCloud MAX tier only. It is not available as a standalone bundle purchase. Contact nself.org/cloud for managed hosting details.
curl -X POST http://127.0.0.1:3200/post/publish \
-H "Content-Type: application/json" \
-d '{
"title": "Introducing nself v1.1.0",
"body": "Today we are shipping...",
"platforms": ["wordpress", "dev.to", "linkedin"],
"tags": ["nself", "open-source", "paas"],
"scheduled_at": "2026-06-01T10:00:00Z"
}'curl -X POST http://127.0.0.1:3200/post/drafts \
-H "Content-Type: application/json" \
-d '{
"title": "Draft: Q2 Roadmap",
"body": "Here is what we are building...",
"platforms": ["ghost", "hashnode"]
}'| Endpoint | Method | Description |
|---|---|---|
/post/publish | POST | Publish content to one or more platforms |
/post/drafts | GET, POST | List or create drafts |
/post/drafts/:id | GET, PUT, DELETE | Read, update, or delete a draft |
/post/drafts/:id/publish | POST | Publish a saved draft to selected platforms |
/post/history | GET | Published post history with per-platform status |
/post/platforms | GET | List configured platform connections |
/health | GET | Plugin health check |
Category: Content | Tier: ɳCloud MAX | Last Updated: April 2026 | Plugin Version 1.1.1