blogger

n8n community nodes for the Blogger API - manage blogs, posts, pages, and comments

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:

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 All and Limit.

Discussion