Skip to main content

Automate blog post publishing from Airtable to Hashnode with API integration

Workflow preview

Workflow preview
100%
Automate blog post publishing from Airtable to Hashnode with API integration preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Automated Blog Post Publishing from Airtable to Hashnode This workflow streamlines your content publishing process by automatically creating draft blog posts on Hashnode from content stored in A...

Best for

  • Social Media automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.httprequest, n8n-nodes-base.airtable, n8n-nodes-base.manualtrigger, n8n-nodes-base.if, n8n-nodes-base.splitinbatches

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by FabioInTech.

Original n8n.io source

1.1 Workflow description

Title
Automate blog post publishing from Airtable to Hashnode with API integration
Workflow name
Automate blog post publishing from Airtable to Hashnode with API integration

📝 Automated Blog Post Publishing from Airtable to Hashnode

This workflow streamlines your content publishing process by automatically creating draft blog posts on Hashnode from content stored in Airtable. Perfect for content creators, marketing teams, and developers who want to maintain a consistent publishing schedule while managing multiple Hashnode publications from a centralized database.

🎯 Who's it for

  • Content creators managing multiple blog publications
  • Marketing teams coordinating content across different Hashnode accounts
  • Developers looking to automate their technical blog publishing workflow
  • Agencies managing content for multiple clients on Hashnode

⚙️ How it works

The workflow operates in a simple 7-step process:

  1. Retrieves unpublished posts from your Airtable database (filtered by "Not Published" status)
  2. Processes each post individually using a loop to handle multiple posts
  3. Fetches the publication ID from Hashnode using the provided domain
  4. Validates the publication exists before proceeding with post creation
  5. Creates draft posts on Hashnode with the title and markdown content
  6. Updates post status to "Published" in Airtable upon successful creation
  7. Handles errors by marking failed posts with "Error" status for easy troubleshooting

📋 Requirements

Airtable Setup: Your Airtable table must include these columns:

  • Title - The blog post title
  • Content_markdown - Full blog post content in Markdown format
  • Hashnode_Token - Your Hashnode API authentication token
  • HashNode_Publication_Domain - Your publication's domain (e.g., "yourblog.hashnode.dev")
  • Status - Publication status ("Not Published", "Published", or "Error")

Hashnode Requirements:

  • Valid Hashnode account with API access
  • Publication domain configured
  • API token with draft creation permissions

🔧 How to set up

  1. Configure Airtable credentials in the "Get Posts" and "Update Post" nodes
  2. Set your Airtable base and table IDs to match your setup
  3. Ensure your Airtable table contains all required columns listed above
  4. Add your content with status "Not Published" to trigger the workflow
  5. Test the workflow with a single post before processing multiple items

🎨 How to customize the workflow

  • Modify the filter criteria in the "Get Posts" node to target different post statuses
  • Add content validation before posting (word count, required fields, etc.)
  • Include post scheduling by adding date/time conditions
  • Extend with notifications using Slack, Discord, or email nodes
  • Add SEO optimization by including meta descriptions and tags
  • Create published post tracking by storing Hashnode draft IDs in Airtable

💡 Need Help?

Join the Discord or ask in the Forum!

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Sticky Note9

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Sticky Note10

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Get Publication ID

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 4 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Get Posts

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 6 - When clicking ‘Execute workflow’

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 7 - If Exists Publication_ID

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 8 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Sticky Note11

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Loop Over Items

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 11 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - HashNode Post Draft

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 13 - Update Post

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 14 - Update Error

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 15 - Sticky Note12

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Automate blog post publishing from Airtable to Hashnode with API integration
Complexity advanced
Nodes 16
Categories Social Media
Author FabioInTech
Published 06 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/7063/7063.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Automate blog post publishing from Airtable to Hashnode with API integration do?

Automated Blog Post Publishing from Airtable to Hashnode This workflow streamlines your content publishing process by automatically creating draft blog posts on Hashnode from content stored in A...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Social Media use case.