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:

  1. Access your n8n, select Settings (gear icon) in the bottom left corner.
  2. Go to the section Community Nodes.
  3. Click the button Install a community node.
  4. At the “NPM Package Name” field, paste the exact node name:@hienhoceo/n8n-nodes-blogger
  5. 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.

Guide to integrating Blogger API into n8n with @hienhoceo/n8n-nodes-blogger
Guide to integrating Blogger API into n8n with @hienhoceo/n8n-nodes-blogger

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:

  1. Register application: Access Google API Console, create a project and enable Blogger API.
  2. 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.
  3. Receive information: After completing the steps according to Google's guide, you will receive Client ID and Client 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.

Guide to integrating Blogger API into n8n with @hienhoceo/n8n-nodes-blogger
Guide to integrating Blogger API into n8n with @hienhoceo/n8n-nodes-blogger

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:

  1. Add node Blogger to workflow.
  2. Select Resource as Posts and Operation as Create.
  3. Enter Blog ID (The number sequence on the URL when you go to the Blogger admin page).
  4. Connect the fields Title (Title) and Content (Content) from previous nodes.
  5. Press Execute to automatically publish the post to the web.
Guide to integrating Blogger API into n8n with @hienhoceo/n8n-nodes-blogger
Guide to integrating Blogger API into n8n with @hienhoceo/n8n-nodes-blogger

6. Tips from dps.media

  • Note node name: Always ensure you install the correct version @hienhoceo/n8n-nodes-blogger to 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/blogger during setup to avoid “Insufficient Permissions” errors.

DPS.MEDIA