- Home
- Resources
- Integrations
- Blogger
Blogger Make integrationAutomate Blogger with Make.
Could your articles land in Blogger without any copy-paste? The Blogger Make integration gives you 9 modules: 1 trigger that watches posts and 8 actions that create, publish, update, revert or delete them. This guide connects your account and walks you through a first scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Blogger Make integration do for you?
The Blogger Make integration links your blog to Make, a no-code tool where you build a scenario (a chain of steps that runs on its own). Each step is a module: here, one watches your posts and the others create, publish, update, revert or delete them, so the blog follows what happens in your other tools.
Articles that arrive as drafts. A writer finishes a piece in a spreadsheet or a form. Create a post turns that row into a Blogger post, either published right away or saved as a draft so an editor reads it first. Publish a post then pushes the draft live once someone approves it.
A blog that tells the rest of the team. Watch posts notices every new or edited post and hands it to the next module, which can post a message in your team chat or add a line to a content log.
Quick fixes without opening Blogger. A correction request comes in: Update a post changes the published text, and Revert a post pulls an article back to draft while you rework it.
What Make does not do here: there is no universal API call module for Blogger, so you work with these 9 modules only, and the documentation gives no detail on the three status entries beyond their names. The same app also exists in n8n; the n8n vs Make comparison lays out how the two tools differ, and the Make pricing page explains what each plan includes.
How do you connect your Blogger account to Make?
- 01
Add a Blogger module
In a scenario, click the +, search for Blogger and pick any of its modules. Make then asks for a connection, meaning your Blogger account linked to Make once and reused by every Blogger module afterwards.
- 02
Create the connection
Click Create a connection. You can give it a name, which helps when you manage several blogs or several Google accounts. Blogger signs you in through your Google account, so keep that account at hand.
- 03
Authorize Make and save
Make opens an authorization page where you let it access your Blogger account; since Blogger runs on Google sign-in, expect to confirm with your Google account. Accept, come back to Make and click Save. The module can now list what your account holds.
Your first scenario: turn a finished article into a Blogger post
GoalWhen an article is marked ready in the app where your team writes, Make creates the matching post in Blogger.
- 01
Create the scenario
Open the Scenarios page, create a new scenario and click the big +. The first module is the app where your articles live, a spreadsheet or a form, for example.
- 02
Pick where articles come from
Choose the module of that app that picks up new items and fill its fields. Each article it returns travels on as a bundle, one item passed from one module to the next.
- 03
Add Create a post
Click the + on the right, search Blogger and pick Create a post. Connect your account, then map the title and text from the previous module into the post.
- 04
Test with Run once
Click Run once. Make runs the scenario a single time and shows the bundles each module received, so you can check the post in Blogger before anything runs by itself.
- 05
Schedule and switch on
Click the clock on the first module to set how often Make looks for new articles; a new scenario checks every 15 minutes by default. Then switch the scenario on.
What can start a Blogger scenario?
1 module starts a scenario when something happens in Blogger. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Blogger as soon as it happens.
Watch posts
Scheduled triggerIn Make“Triggers when a new post is added or an existing post is updated.”
Watch posts starts your scenario each time a post appears on your blog or an existing one gets edited, and passes that post to the modules that follow.
What the Blogger modules do in Make
Blogger gives you 8 modules in 2 groups. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
The Blogger interface enables to download posts only assigned to one specific status. Blogger distinguishes three post statuses:
3 modulesPost in progress (draft status)
ActionIn the docs onlyThis entry belongs to the three post statuses Blogger knows, and it covers articles still being written, the ones sitting in draft. Make's documentation lists it without describing how it behaves.
Published post (live status)
ActionIn the docs onlyHere the status in question is the live one: posts your readers can already see. Blogger lets Make fetch posts of one status at a time, and this entry is the one for published articles.
Scheduled post (scheduled status)
ActionIn the docs onlyPosts you have programmed to go out later form the third status, and this entry is attached to them. Think of it as the view on your publishing queue rather than on drafts or live articles.
Other modules
5 modulesCreate a post
ActionIn Make“Creates and publishes a new post or creates a new post as a draft.”
Create a post writes a new article on your blog from data coming out of an earlier module, and lets you choose between publishing it straight away and keeping it as a draft.
Delete a post
ActionIn Make“Permanently removes a post (the deleted post cannot be restored anymore).”
With Delete a post, an article leaves your blog for good. Make removes it and Blogger cannot bring it back afterwards.
Publish a post
ActionIn Make“Publishes a draft post.”
A draft waiting on your blog goes live the moment this module runs. It works on posts that already exist, so it pairs well with a creation step saved as draft.
Revert a post
ActionIn Make“Reverts a published post to draft state.”
Revert a post takes a live article offline by sending it back to draft, without losing its content. Readers stop seeing it while you keep everything you wrote.
Update a post
ActionIn Make“Updates a published post.”
Changes reach an article that is already online through Update a post: new text, a corrected title, fresh information from another tool.
Need help automating Blogger with Make?
A person reads every message.