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

Want to automate posting and content management on Blogger (Blogspot) without wasting time on manual operations? Community Node @hienhoceo/n8n-nodes-blogger is the perfect solution to connect n8n with Blogger API quickly.

This article dps.media will guide you through extremely simple installation directly on the n8n interface and configuration steps for smooth operation.


1. Extremely fast installation (No commands needed)

Instead of using the terminal, you can install this node directly from the n8n 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 a 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 documentation 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. Get information: After completing the steps according to Google's instructions, you will receive Client ID and Client Secret.

3. Connect with n8n

Once you have the authentication information from Google:

Press Connect my account and log in to your Google account to complete the authorization.

At n8n, go to Credentials -> New -> Search for Blogger OAuth2 API.

Fill in Client ID and Client Secret you just obtained.

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 all the tools to master content on Blogspot:

  • Posts: List posts, search, create new posts (supports HTML), update and delete.
  • Pages: Manage static pages on the blog.
  • Comments: Track and manage reader feedback.
  • Blogs/Users: Retrieve identification information for Blogs and user profiles.

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 into workflow.
  2. Select Resource as Posts and Operation as Create.
  3. Enter Blog ID (The number sequence in 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 the node name: Always ensure you install the correct version @hienhoceo/n8n-nodes-blogger to receive 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