Package Information
Downloads: 38 weekly / 127 monthly
Latest Version: 1.1.5
Author: hienhoceo
Documentation
n8n-nodes-blogger
Community node pack for n8n to work with the Blogger API.
Documentation
For complete documentation and setup guide, visit:
- English: https://dps.media/en/guide-to-integrating-blogger-api-into-n8n-with-hienhoceo-n8n-nodes-blogger/
- Vietnamese: https://dps.media/huong-dan-tich-hop-blogger-api-vao-n8n-voi-hienhoceo-n8n-nodes-blogger/
Features
- Blogs: get by ID, get by URL, list by user
- Posts: list, get, search, get by path, create, update, patch, delete
- Comments: list, get
- Pages: list, get
- Users: get (self or by ID)
Installation
npm install @hienhoceo/n8n-nodes-blogger
Credentials
- Blogger OAuth2 API: supports private data and write operations. Use the OAuth Redirect URL shown by n8n in your Google OAuth client.
OAuth scope required: https://www.googleapis.com/auth/blogger
Notes
- All operations require OAuth2 credentials.
- List operations support pagination with
Return AllandLimit.