Want to automate posting and content management on Blogger (Blogspot) without spending time on manual operations? Community Node @hienhoceo/n8n-nodes-blogger is the perfect solution to quickly connect n8n to Blogger API.
This article dps.media will guide you through extremely simple installation right on the n8n interface and configuration steps for smooth operation.
1. Extremely fast installation (No commands needed)
Instead of using terminal, you can install this node directly from n8n's admin interface:
- Access your n8n, select Settings (gear icon) in the bottom left corner.
- Go to the section Community Nodes.
- Click the button Install a community node.
- At the “NPM Package Name” field, paste the exact node name:
@hienhoceo/n8n-nodes-blogger - Check agree to terms and press Install.
After installation, n8n will automatically load the new node. Now you can find “Blogger” in the node list when creating Workflow.

2. Get OAuth Client ID and Client Secret (Google standard)
To allow n8n to access Blogger data, you need to set up OAuth 2.0 authentication. All steps must follow Google's official guide at: 👉 Blogger Developers – Authentication operations
Summary steps according to standard process:
- Register application: Access Google API Console, create a project and enable Blogger API.
- Configure OAuth: Follow the instructions at the link above to create OAuth 2.0 Client ID.
- Note: During creation, you need to fill in Authorized redirect URIs provided from the Credential creation section in your n8n.
- Receive information: After completing the steps according to Google's guide, you will receive
Client IDandClient Secret.
3. Connect to n8n
Once you have the authentication info from Google:
Press Connect my account and log in to your Google account to complete authorization.
In n8n, go to Credentials -> New -> Search Blogger OAuth2 API.
Fill Client ID and Client Secret you just got.

4. Highlighted features of Blogger Node
This node provides full tools for you to master content on Blogspot:
- Posts: List posts, search, create new posts (HTML support), update and delete.
- Pages: Manage static pages on the blog.
- Comments: Track and manage reader feedback.
- Blogs/Users: Retrieve Blog identifier and user profile information.
5. Real example: Auto post (Create Post)
If you have a data source (like Google Sheets or AI auto-writing), you can connect to the Blogger node as follows:
- Add node Blogger to workflow.
- Select Resource as Posts and Operation as Create.
- Enter Blog ID (The number sequence on the URL when you go to the Blogger admin page).
- Connect the fields Title (Title) and Content (Content) from previous nodes.
- Press Execute to automatically publish the post to the web.

6. Tips from dps.media
- Note node name: Always ensure you install the correct version
@hienhoceo/n8n-nodes-bloggerto get the latest updates and stable operation. - Security: Do not share your Client Secret with anyone. If you suspect it has been exposed, reset it on Google Cloud Console.
- Check Scope: Make sure you have granted permissions
https://www.googleapis.com/auth/bloggerduring setup to avoid “Insufficient Permissions” errors.

