workflows.fit
Back to n8n workflows
n8n templateFreeBy FabioInTech

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...

Data & StorageDevelopmentCore NodesSticky NoteHttp RequestAirtableManual Trigger
Loading interactive preview...

Template notes

πŸ“ 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