Readwise for n8n
npm install n8n-nodes-readwiseThis is an n8n community node. It lets you use Readwise in your n8n workflows.
Readwise is a popular read-later and knowledge management service that helps users collect, organize, and review highlights and insights from web articles, ebooks, podcasts, and other sources.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Resources
Follow the installation guide in the n8n community nodes documentation.
Currently, this node only supports Readwise Reader API. The following operations are supported:
- Document
- Create - Save a new document to Readwise Reader
- List - Get a list of saved documents
- Update - Update an existing document
- Delete - Delete a document
- Tag
- List - Get all tags
To use this node, you need to:
1. Have a Readwise account
2. Obtain a Readwise API access token:
- Log in to Readwise
- Visit the Access Token page
- Click "Get access token"
3. Configure the "Readwise API" credential type in n8n with your access token
- Minimum n8n version: 1.0.0
- Supported Node.js version: >=20.15
* n8n community nodes documentation
* Readwise API documentation
* Readwise Reader API documentation
* Readwise website