n8n-nodes-devto
Installation |
Credentials |
Resources |
Development |
License
An n8n community node that lets you use DEV Community in your n8n workflows.
Installation
- Make a new workflow or open an existing one
- Open the nodes panel by selecting + or pressing Tab
- Search for DEV Community
- Select Install to install the node for your instance
Credentials
- Go to DEV Settings > Extensions
- Under DEV Community API Keys, generate a new API key
- In n8n, create a new DEV API credential and paste your key
Resources
Article
| Operation |
Description |
| Create |
Create an article |
| Get |
Get an article by ID |
| Get Many |
Get many articles with filters (tag, username, state, top) |
| Get My Articles |
Get your own articles (all, published, or unpublished) |
| Update |
Update an article |
| Unpublish |
Unpublish an article |
Comment
| Operation |
Description |
| Get |
Get a comment by ID |
| Get Many |
Get comments for an article or podcast episode |
Follower
| Operation |
Description |
| Get Many |
Get your followers |
Organization
| Operation |
Description |
| Get |
Get an organization by username |
| Get Articles |
Get an organization's articles |
| Get Members |
Get an organization's members |
Podcast Episode
| Operation |
Description |
| Get Many |
Get podcast episodes |
Reaction
| Operation |
Description |
| Create |
Create a reaction on an article, comment, or user |
| Toggle |
Toggle a reaction |
Reading List
| Operation |
Description |
| Get Many |
Get your reading list items |
Tag
| Operation |
Description |
| Get Many |
Get tags |
| Get Followed |
Get your followed tags |
User
| Operation |
Description |
| Get |
Get a user by ID or username |
| Get Me |
Get the authenticated user |
Video
| Operation |
Description |
| Get Many |
Get video articles |
Development
git clone https://github.com/hansdoebel/n8n-nodes-dev.git
cd n8n-nodes-dev
npm install
npm run build
npm run lint
License
MIT
GitHub |
Issues |
DEV Community API Docs