Automate Blog Post Publishing from Airtable to Hashnode with API Integration - n8n Workflow | Neura Market
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](https://discord.com/invite/XPKeKXeB7d) or ask in the [Forum](https://community.n8n.io/)!
Platform
n8n
Category
Media & Entertainment
Price
Free
Creator
FabioInTech
Template_shared
if
airtable
stickyNote
httpRequest
manualTrigger
splitInBatches
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.