Claude writes the post. n8n triggers DOHOO. Your social media runs itself.
I've been automating a lot of things with n8n. But social media always had one missing piece — there was no reliable API to actually publish across platforms without OAuth nightmares and rate limit roulette.
DOHOO fixes that. One clean API endpoint. You send content, specify platforms, done.
Here's the workflow I'm running:
1. Trigger: new article published in Notion
2. n8n calls Claude API → generates platform-specific posts (LinkedIn tone vs Twitter tone in one prompt)
3. n8n calls DOHOO API → publishes to all platforms, scheduled
4. Slack notification with links
No browser. No manual steps. Zero.
The interesting part isn't the scheduling — it's that Claude + DOHOO together finally make "write once, publish everywhere" actually mean something. Claude handles the content intelligence, DOHOO handles the distribution infrastructure.
---
Builders using n8n / Make / Zapier — what does your content automation look like right now?


Replies