@doomscrollr/n8n-nodes-doomscrollr
v0.1.6
Published
n8n community node for DOOMSCROLLR owned-audience workflows: posts, subscribers, products, pages, Pinterest, RSS, and analytics.
Downloads
818
Maintainers
Readme
DOOMSCROLLR n8n Community Node
Automate DOOMSCROLLR — the audience layer for AI agents — from n8n.
Use this community node to publish posts, collect subscribers, create products and pages, connect RSS/Pinterest sources, retrieve embed code, and inspect audience engagement from n8n workflows.
DOOMSCROLLR turns automations and AI agents into owned-audience websites: Linktree, Shopify, Substack, Gumroad, ShopMy/LTK, Eventbrite/Luma, product drops, affiliate feeds, newsletters, and membership-style flows — but owned.
Docs · Workflow templates · OpenAPI · Featured examples
npm install @doomscrollr/n8n-nodes-doomscrollrHigh-value workflows
- New RSS item → create DOOMSCROLLR post
- New Typeform/Tally/Airtable lead → add subscriber
- New Shopify order → add/update subscriber
- New Airtable product row → create DOOMSCROLLR product
- New DOOMSCROLLR post → notify Slack
- DOOMSCROLLR audience export → sync Google Sheets
Installation
Install the community node package in n8n:
npm install @doomscrollr/n8n-nodes-doomscrollrFor self-hosted n8n, you can also install it from Settings → Community nodes using:
@doomscrollr/n8n-nodes-doomscrollrCredentials
Create a DOOMSCROLLR API credential in n8n. If you need a key, create a free account at doomscrollr.com.
Fields:
- API Key — create an API key in your DOOMSCROLLR dashboard.
- Base URL — defaults to
https://doomscrollr.com.
The node authenticates with Authorization: Bearer <api key> and tests credentials against /api/v1/profile.
Included operations
The first package version exposes one regular n8n node, DOOMSCROLLR, with resource/operation groups:
- Profile — get account/profile details.
- Posts — list posts, create image posts, create link posts.
- Subscribers — list subscribers, add subscribers.
- Products — list products, create products.
- Pages — list pages, create pages, create contact/link pages.
- Pinterest — connect a board, check status, search pins, search pins and create posts.
- RSS — connect a feed, check status.
- Capture Widget — get or update capture settings.
- Embed Code — retrieve subscriber-capture embed code.
- Analytics — retrieve top liked posts.
Example workflows
Publish RSS items into DOOMSCROLLR
- Add an RSS trigger or schedule.
- Add DOOMSCROLLR → RSS → Connect Feed for a source you want to monitor.
- Use DOOMSCROLLR → Post → Create Link Post to publish selected items to your owned audience hub.
Turn a lead form into subscribers
- Capture submissions with Webhook, Typeform, Tally, Airtable, or another n8n trigger.
- Map email/name fields into DOOMSCROLLR → Subscriber → Add.
- Optionally follow with Embed Code → Get Code to include capture forms on external sites.
Create a product from automation
- Receive product data from a form, AI agent, or commerce workflow.
- Add DOOMSCROLLR → Product → Create.
- Provide title, description, price, type, and optional cover image URL.
Development
npm ci
npm run build
npm run lint
npm pack --dry-runAfter the package is published to npm, run:
npm run scanThe package is built with the official n8n-node CLI and uses n8n credentials for all user-provided secrets. It does not read environment variables or the filesystem at runtime.
Publishing
Publishing should happen from GitHub Actions with npm provenance enabled. See PUBLISHING.md.
License
MIT
