# Importing posts from Sheets to Wordpress in Gutenberg Blocks format?

**URL:** https://community.make.com/t/importing-posts-from-sheets-to-wordpress-in-gutenberg-blocks-format/24294
**Category:** Questions
**Tags:** wordpress
**Created:** [January 15, 2024, 10:41pm UTC](https://community.make.com/t/importing-posts-from-sheets-to-wordpress-in-gutenberg-blocks-format/24294 "2024-01-15T22:41:54Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![DomDom](https://avatars.discourse-cdn.com/v4/letter/d/59ef9b/32.png) [@DomDom](https://community.make.com/u/DomDom)
#### Post date: [January 15, 2024, 10:41pm UTC](https://community.make.com/t/importing-posts-from-sheets-to-wordpress-in-gutenberg-blocks-format/24294/1 "2024-01-15T22:41:55Z")

</div>

Hi everyone,

This is just a preliminary question before I start working on a new project.

I’ve imported posts from a Google sheet into wordpress before (using HTML for formatting) without any problems. However, they import by default as Classic Editor posts which I can then convert to Gutenberg Blocks format manually (by clicking the “convert to blocks” button within the wordpress editor).

Is there anyway to import from Make to Wordpress as Gutenberg block format directly? If not, does anyone have any experience with converting to block format in bulk after the fact? I’ve seen a few plugins for this, but they all still require opening and resaving each post individually.

Thanks in advance for any help!

---

<div class="post-metadata">

### Author: ![samliew](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/samliew/32/13327_2.png) [@samliew](https://community.make.com/u/samliew)
#### Post date: [January 16, 2024, 2:03am UTC](https://community.make.com/t/importing-posts-from-sheets-to-wordpress-in-gutenberg-blocks-format/24294/2 "2024-01-16T02:03:33Z")

</div>

It seems like there’s an API to transform blocks, which include raw text.

> **[Transforms – Block Editor Handbook | Developer.WordPress.org](https://developer.wordpress.org/block-editor/reference-guides/block-api/block-transforms/)**
>
> Block Transforms is the API that allows a block to be transformed from and to other blocks, as well as from other entities. Existing…

The Wordpress app on Make doesn’t have an module for this API.

![Screenshot_2024-01-16_100116](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/0/c/0c5b717e480b5fb678ae36ba1923b093116e73e8.png)

If the external service has a Developer API Reference/Documentation then you should be able to integrate the endpoints in Make using the generic “Make an API Call” module.

You can also suggest for it to be made in the [Idea exchange](https://www.make.com/en/app-ideas). Don’t forget to search for it first, in case someone already suggested it!

---

<div class="post-metadata">

### Author: ![Make\_Bot](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/make_bot/32/14661_2.png) [@Make\_Bot](https://community.make.com/u/Make_Bot)
#### Post date: [January 30, 2024, 8:12am UTC](https://community.make.com/t/importing-posts-from-sheets-to-wordpress-in-gutenberg-blocks-format/24294/3 "2024-01-30T08:12:58Z")

</div>


