What your automation will do…
Refer to Notion – create a connection.
Add Page content Copy Link
See Notion Append block children API reference.
Configuration Table:
Input Options:
- Input: Allows dynamic inputs, e.g., from a Trigger or from Step responses. Input tab>uncheck “Show recommended” to see all fields).
- Default Value: You can specify a fixed attribute.
Name* | Add Page content |
Connection* | Select your connection or create one. |
MAP FIELDS
Page ID*:
Select the page to add content.
Content*:
The content to be rendered on the new page. See more details about page content, refer to Notion Block.
+Element +Map ↓
(Add a repeating group of fields or Map it from an array. See Field Mapping).
Element 1: Represents the first Content.
+ Add Field ↓
List of available content fields:
Heading 1:
Enter the Heading 1.
Heading 2:
Enter the Heading 2
Heading 3:
Enter the Heading 3
Paragraph:
Enter the Paragraph.
File (embed link):
Url of the file.
Video (embed link):
PDF (embed link):
PDF that has been embedded within a Notion page
Image (embed link):
The image must be directly hosted. In other words, the url
cannot point to a service that retrieves the image. The following image types are supported:
tiff
, bmp
, gif
, heic
, jpeg
, jpg
, png
, svg
, tif
.
Embed:
Embed block objects include information about another website displayed within the Notion UI.
Bulleted list:
+Element +Map ↓
Element 1: Represents the first Bulleted list.
Content*:
Enter text.
+ Add Field ↓
Color: Define the content color.
To-do list :
+Element +Map ↓
Element 1: Represents the first To-do list.
Content*:
Enter text.
+ Add Field ↓
Color: Define the content color.
Checked: Whether the To do is checked.
Numbered list:
+Element +Map ↓
Element 1: Represents the first Numbered list.
Content*:
Enter text.
+ Add Field ↓
Color: Define the content color.
Toggle list:
+Element +Map ↓
Element 1: Represents the first Toggle list.
Content*:
Enter text.
+ Add Field ↓
Color: Define the content color.
Bookmark:
URL*:
The link for the bookmark.
+ Add Field ↓
Caption: The caption for the bookmark.
Quote:
Content*:
Enter quote.
+ Add Field ↓
Color: Define the content color.
Callout:
Content*:
Enter the callout.
+ Add Field ↓
Color: Define the content color.
Icon (emoji): An emoji that represents the callout’s icon.
Divider:
Add a Divider line. Enter any value.
(*) required field
Response sample
{
"children": [
{
"object": "block",
"id": "1c141eaa-28f8-8126-bd30-c8bcd5f2bcdb",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "heading_1",
"heading_1": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test heading 1",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test heading 1",
"href": null
}
],
"is_toggleable": false,
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-8191-91ff-c8fa046bd323",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "heading_2",
"heading_2": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test heading 2",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test heading 2",
"href": null
}
],
"is_toggleable": false,
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-81e0-bc7c-e89ea44727fe",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "paragraph",
"paragraph": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test paragraph",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test paragraph",
"href": null
}
],
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-817f-bb02-d28468f67686",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "heading_3",
"heading_3": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test heading 3",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test heading 3",
"href": null
}
],
"is_toggleable": false,
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-8144-8be1-c8633acf9b51",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "embed",
"embed": {
"caption": [],
"url": "test embeb."
}
},
{
"object": "block",
"id": "1c141eaa-28f8-811c-9f41-f5ed9324e566",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "bulleted_list_item",
"bulleted_list_item": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test bullet",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test bullet",
"href": null
}
],
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-8164-84b5-f4ff452c8353",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "bulleted_list_item",
"bulleted_list_item": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test bullet2",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test bullet2",
"href": null
}
],
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-8184-b073-e60722c69b38",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "to_do",
"to_do": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test to do",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test to do",
"href": null
}
],
"checked": false,
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-81da-abf3-cd53c874fd4f",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "to_do",
"to_do": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test to do2",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test to do2",
"href": null
}
],
"checked": false,
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-81f3-832f-f432a92691cf",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "numbered_list_item",
"numbered_list_item": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test number list",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test number list",
"href": null
}
],
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-81c7-bfab-f5d36949d61c",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "numbered_list_item",
"numbered_list_item": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test number list2",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test number list2",
"href": null
}
],
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-8103-bfd6-c8474016830e",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "toggle",
"toggle": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test toggle list",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test toggle list",
"href": null
}
],
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-8186-b7cf-d0a061311637",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "toggle",
"toggle": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test toggle list2",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test toggle list2",
"href": null
}
],
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-817b-816d-c25c1ade14aa",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "quote",
"quote": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test quote",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test quote",
"href": null
}
],
"color": "blue"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-8162-963f-db506ecc6aaf",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "divider",
"divider": []
},
{
"object": "block",
"id": "1c141eaa-28f8-81f7-bc98-ecd97f20f179",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "callout",
"callout": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test call out",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test call out",
"href": null
}
],
"icon": {
"type": "emoji",
"emoji": "💡"
},
"color": "default"
}
},
{
"object": "block",
"id": "1c241eaa-28f8-8142-b959-de4207e30034",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-26T07:41:00.000Z",
"last_edited_time": "2025-03-26T07:41:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "heading_2",
"heading_2": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test add content heading 2",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test add content heading 2",
"href": null
}
],
"is_toggleable": false,
"color": "default"
}
}
],
"plain_text": "test heading 1\ntest heading 2\ntest paragraph\ntest heading 3\ntest embeb.\ntest bullet\ntest bullet2\ntest to do\ntest to do2\ntest number list\ntest number list2\ntest toggle list\ntest toggle list2\ntest quote\n\ntest call out\ntest add content heading 2\n",
"html_text": "<h1>test heading 1</h1><h2>test heading 2</h2><p>test paragraph</p><h3>test heading 3</h3><iframe src='test embeb.' width='100%' height='400'> </iframe><li>test bullet</li><li>test bullet2</li><li>test to do</li><li>test to do2</li><li>test number list</li><li>test number list2</li><li>test toggle list</li><li>test toggle list2</li><blockquote>test quote</blockquote><hr><p>test call out</p><h2>test add content heading 2</h2>"
}
Delete Page Content Copy Link
Configuration Table:
Input Options:
- Input: Allows dynamic inputs, e.g., from a Trigger or from Step responses. Input tab>uncheck “Show recommended” to see all fields).
- Default Value: You can specify a fixed attribute.
Name* | Delete Page Content |
Connection* | Select your connection or create one. |
MAP FIELDS
Page ID*:
Select the page to archive it content.
Content*:
The content to be archived. See more details about page content, refer to Notion Block.
+Element +Map ↓
(Add a repeating group of fields or Map it from an array. See Field Mapping).
Element 1: Represents the first Content.
Block*:
Select the block to archive.
(*) required field
Response sample
{
"children": [
{
"object": "block",
"id": "1c141eaa-28f8-8126-bd30-c8bcd5f2bcdb",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "heading_1",
"heading_1": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test heading 1",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test heading 1",
"href": null
}
],
"is_toggleable": false,
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-8191-91ff-c8fa046bd323",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "heading_2",
"heading_2": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test heading 2",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test heading 2",
"href": null
}
],
"is_toggleable": false,
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-81e0-bc7c-e89ea44727fe",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "paragraph",
"paragraph": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test paragraph",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test paragraph",
"href": null
}
],
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-817f-bb02-d28468f67686",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "heading_3",
"heading_3": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test heading 3",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test heading 3",
"href": null
}
],
"is_toggleable": false,
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-8144-8be1-c8633acf9b51",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "embed",
"embed": {
"caption": [],
"url": "test embeb."
}
},
{
"object": "block",
"id": "1c141eaa-28f8-811c-9f41-f5ed9324e566",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "bulleted_list_item",
"bulleted_list_item": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test bullet",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test bullet",
"href": null
}
],
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-8164-84b5-f4ff452c8353",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "bulleted_list_item",
"bulleted_list_item": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test bullet2",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test bullet2",
"href": null
}
],
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-8184-b073-e60722c69b38",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "to_do",
"to_do": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test to do",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test to do",
"href": null
}
],
"checked": false,
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-81da-abf3-cd53c874fd4f",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "to_do",
"to_do": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test to do2",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test to do2",
"href": null
}
],
"checked": false,
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-81f3-832f-f432a92691cf",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "numbered_list_item",
"numbered_list_item": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test number list",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test number list",
"href": null
}
],
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-81c7-bfab-f5d36949d61c",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "numbered_list_item",
"numbered_list_item": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test number list2",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test number list2",
"href": null
}
],
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-8103-bfd6-c8474016830e",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "toggle",
"toggle": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test toggle list",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test toggle list",
"href": null
}
],
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-8186-b7cf-d0a061311637",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "toggle",
"toggle": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test toggle list2",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test toggle list2",
"href": null
}
],
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-817b-816d-c25c1ade14aa",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "quote",
"quote": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test quote",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test quote",
"href": null
}
],
"color": "blue"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-8162-963f-db506ecc6aaf",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "divider",
"divider": []
},
{
"object": "block",
"id": "1c141eaa-28f8-81f7-bc98-ecd97f20f179",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "callout",
"callout": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test call out",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test call out",
"href": null
}
],
"icon": {
"type": "emoji",
"emoji": "💡"
},
"color": "default"
}
},
{
"object": "block",
"id": "1c241eaa-28f8-8142-b959-de4207e30034",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-26T07:41:00.000Z",
"last_edited_time": "2025-03-26T07:41:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "heading_2",
"heading_2": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test add content heading 2",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test add content heading 2",
"href": null
}
],
"is_toggleable": false,
"color": "default"
}
}
],
"plain_text": "test heading 1\ntest heading 2\ntest paragraph\ntest heading 3\ntest embeb.\ntest bullet\ntest bullet2\ntest to do\ntest to do2\ntest number list\ntest number list2\ntest toggle list\ntest toggle list2\ntest quote\n\ntest call out\ntest add content heading 2\n",
"html_text": "<h1>test heading 1</h1><h2>test heading 2</h2><p>test paragraph</p><h3>test heading 3</h3><iframe src='test embeb.' width='100%' height='400'> </iframe><li>test bullet</li><li>test bullet2</li><li>test to do</li><li>test to do2</li><li>test number list</li><li>test number list2</li><li>test toggle list</li><li>test toggle list2</li><blockquote>test quote</blockquote><hr><p>test call out</p><h2>test add content heading 2</h2>"
}
Get Page content Copy Link
Page content is represented by block children. See the Working with page content guide for more information.
See Notion Retrieve block children API reference.
Configuration Table:
Input Options:
- Input: Allows dynamic inputs, e.g., from a Trigger or from Step responses. Input tab>uncheck “Show recommended” to see all fields).
- Default Value: You can specify a fixed attribute.
Name* | Get Page content |
Connection* | Select your connection or create one. |
MAP FIELDS + Add Field ↓
Additional fields to configure the “Get Page Content” Method.
if not Found Consider as:
Success – When the record is not found during execution, the system does not treat this as an error. Instead, it considers the operation successful and continues with the workflow.
Failed – Wiresk treats this as an error or failure. The workflow stops or takes a predefined failure action.
Page ID*:
Select the page to get it content.
(*) required field
Response sample
{
"children": [
{
"object": "block",
"id": "1c141eaa-28f8-8126-bd30-c8bcd5f2bcdb",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "heading_1",
"heading_1": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test heading 1",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test heading 1",
"href": null
}
],
"is_toggleable": false,
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-8191-91ff-c8fa046bd323",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "heading_2",
"heading_2": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test heading 2",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test heading 2",
"href": null
}
],
"is_toggleable": false,
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-81e0-bc7c-e89ea44727fe",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "paragraph",
"paragraph": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test paragraph",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test paragraph",
"href": null
}
],
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-817f-bb02-d28468f67686",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "heading_3",
"heading_3": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test heading 3",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test heading 3",
"href": null
}
],
"is_toggleable": false,
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-8144-8be1-c8633acf9b51",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "embed",
"embed": {
"caption": [],
"url": "test embeb."
}
},
{
"object": "block",
"id": "1c141eaa-28f8-811c-9f41-f5ed9324e566",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "bulleted_list_item",
"bulleted_list_item": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test bullet",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test bullet",
"href": null
}
],
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-8164-84b5-f4ff452c8353",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "bulleted_list_item",
"bulleted_list_item": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test bullet2",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test bullet2",
"href": null
}
],
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-8184-b073-e60722c69b38",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "to_do",
"to_do": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test to do",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test to do",
"href": null
}
],
"checked": false,
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-81da-abf3-cd53c874fd4f",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "to_do",
"to_do": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test to do2",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test to do2",
"href": null
}
],
"checked": false,
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-81f3-832f-f432a92691cf",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "numbered_list_item",
"numbered_list_item": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test number list",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test number list",
"href": null
}
],
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-81c7-bfab-f5d36949d61c",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "numbered_list_item",
"numbered_list_item": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test number list2",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test number list2",
"href": null
}
],
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-8186-b7cf-d0a061311637",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "toggle",
"toggle": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test toggle list2",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test toggle list2",
"href": null
}
],
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-817b-816d-c25c1ade14aa",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "quote",
"quote": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test quote",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test quote",
"href": null
}
],
"color": "blue"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-8162-963f-db506ecc6aaf",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "divider",
"divider": []
},
{
"object": "block",
"id": "1c141eaa-28f8-81f7-bc98-ecd97f20f179",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "callout",
"callout": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test call out",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test call out",
"href": null
}
],
"icon": {
"type": "emoji",
"emoji": "💡"
},
"color": "default"
}
}
],
"plain_text": "test heading 1\ntest heading 2\ntest paragraph\ntest heading 3\ntest embeb.\ntest bullet\ntest bullet2\ntest to do\ntest to do2\ntest number list\ntest number list2\ntest toggle list2\ntest quote\n\ntest call out\n",
"html_text": "<h1>test heading 1</h1><h2>test heading 2</h2><p>test paragraph</p><h3>test heading 3</h3><iframe src='test embeb.' width='100%' height='400'> </iframe><li>test bullet</li><li>test bullet2</li><li>test to do</li><li>test to do2</li><li>test number list</li><li>test number list2</li><li>test toggle list2</li><blockquote>test quote</blockquote><hr><p>test call out</p>"
}
Update Page Content Copy Link
Note: The update replaces the entire value for a given field. If a field is omitted (ex: omitting
checked
when updating a to_do
block), the value will not be changed.See Notion Update a block API reference.
Configuration Table:
Input Options:
- Input: Allows dynamic inputs, e.g., from a Trigger or from Step responses. Input tab>uncheck “Show recommended” to see all fields).
- Default Value: You can specify a fixed attribute.
Name* | Update Page Content |
Connection* | Select your connection or create one. |
MAP FIELDS
Page ID*:
Select the page to update content.
Content*:
The content to be updated on the page. See more details about page content, refer to Notion Block.
+Element +Map ↓
(Add a repeating group of fields or Map it from an array. See Field Mapping).
Element 1: Represents the first Content to update.
Block*:
Select the block to update.
Content*:
Update the text content.
(*) required field
Response sample
{
"children": [
{
"object": "block",
"id": "1c141eaa-28f8-8126-bd30-c8bcd5f2bcdb",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "heading_1",
"heading_1": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test heading 1",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test heading 1",
"href": null
}
],
"is_toggleable": false,
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-8191-91ff-c8fa046bd323",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "heading_2",
"heading_2": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test heading 2",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test heading 2",
"href": null
}
],
"is_toggleable": false,
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-81e0-bc7c-e89ea44727fe",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-26T09:06:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "paragraph",
"paragraph": {
"rich_text": [
{
"type": "text",
"text": {
"content": "update paragraph",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "update paragraph",
"href": null
}
],
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-817f-bb02-d28468f67686",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "heading_3",
"heading_3": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test heading 3",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test heading 3",
"href": null
}
],
"is_toggleable": false,
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-8144-8be1-c8633acf9b51",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "embed",
"embed": {
"caption": [],
"url": "test embeb."
}
},
{
"object": "block",
"id": "1c141eaa-28f8-811c-9f41-f5ed9324e566",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "bulleted_list_item",
"bulleted_list_item": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test bullet",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test bullet",
"href": null
}
],
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-8164-84b5-f4ff452c8353",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "bulleted_list_item",
"bulleted_list_item": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test bullet2",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test bullet2",
"href": null
}
],
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-8184-b073-e60722c69b38",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "to_do",
"to_do": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test to do",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test to do",
"href": null
}
],
"checked": false,
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-81da-abf3-cd53c874fd4f",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "to_do",
"to_do": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test to do2",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test to do2",
"href": null
}
],
"checked": false,
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-81f3-832f-f432a92691cf",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-26T09:06:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "numbered_list_item",
"numbered_list_item": {
"rich_text": [
{
"type": "text",
"text": {
"content": "uodate nummber list",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "uodate nummber list",
"href": null
}
],
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-81c7-bfab-f5d36949d61c",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "numbered_list_item",
"numbered_list_item": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test number list2",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test number list2",
"href": null
}
],
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-8186-b7cf-d0a061311637",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "toggle",
"toggle": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test toggle list2",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test toggle list2",
"href": null
}
],
"color": "default"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-817b-816d-c25c1ade14aa",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "quote",
"quote": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test quote",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test quote",
"href": null
}
],
"color": "blue"
}
},
{
"object": "block",
"id": "1c141eaa-28f8-8162-963f-db506ecc6aaf",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "divider",
"divider": []
},
{
"object": "block",
"id": "1c141eaa-28f8-81f7-bc98-ecd97f20f179",
"parent": {
"type": "page_id",
"page_id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793"
},
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-25T07:47:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "callout",
"callout": {
"rich_text": [
{
"type": "text",
"text": {
"content": "test call out",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test call out",
"href": null
}
],
"icon": {
"type": "emoji",
"emoji": "💡"
},
"color": "default"
}
}
],
"plain_text": "test heading 1\ntest heading 2\nupdate paragraph\ntest heading 3\ntest embeb.\ntest bullet\ntest bullet2\ntest to do\ntest to do2\nuodate nummber list\ntest number list2\ntest toggle list2\ntest quote\n\ntest call out\n",
"html_text": "<h1>test heading 1</h1><h2>test heading 2</h2><p>update paragraph</p><h3>test heading 3</h3><iframe src='test embeb.' width='100%' height='400'> </iframe><li>test bullet</li><li>test bullet2</li><li>test to do</li><li>test to do2</li><li>uodate nummber list</li><li>test number list2</li><li>test toggle list2</li><blockquote>test quote</blockquote><hr><p>test call out</p>"
}
Test run or automate your Flow Copy Link
After setting up your Flow, you can choose to:
- “Run once”, your Flow will run only a single time. You can use this function to test your Flow. Refer to how to set up an HTTP Trigger, in the “Create a Flow” step.
- “Run Scheduler” will automate your Flows with the recurrence rule you previously defined.
For more details, refer to How to run a Flow tutorial in our Help Center.
If you are using a Webhook Trigger, the Flow will initiate automatically when a webhook is received from your connected apps. This means that the Flow is automated without a scheduler and will run until you deactivate the Flow manually. Refer to Webhook documentation in our Help Center.
If you need an integration that you cannot find in Wiresk, you can make a request to our team, and we will try our best to satisfy your needs.