What your automation will do…
Refer to Notion – create a connection.
Database Content in Notion (Side Peek View) Copy Link
In Notion, the side peek view refers to how database entries (rows) appear when opened in a preview panel instead of a full-page view. This lets users quickly edit or review content without navigating away from the database table.
Opening a Database Entry in Side Peek
- Click on a row in a table, list, board, or gallery view.
- The page opens in a side panel instead of a full-page.
Layout in Side Peek View
- Shows the title property at the top.
- Displays all properties in a structured format.
- Supports inline editing for properties like
text
,select
,multi-select
,checkbox
, etc. - Related databases (
relation
properties) and page content appear below.
Add Database Record Content Copy Link
See Notion Append bock 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 Database Record Content |
Connection* | Select your connection or create one. |
MAP FIELDS
Database ID*:
Select the database in which you want to add contents
Database Record ID*:
Select the Database record (the Database row titlte) to add contents.
Content*:
The contents to be added to the database entry. 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 group of contents to be addded.
+ 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 of 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": "1c841eaa-28f8-8112-b586-f6770a0c8df6",
"parent": {
"type": "page_id",
"page_id": "17341eaa-28f8-810f-8391-ea4d80e95cc0"
},
"created_time": "2025-04-01T04:41:00.000Z",
"last_edited_time": "2025-04-02T02:42: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 the paragraph with Wiresk",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "update the paragraph with Wiresk",
"href": null
}
],
"color": "default"
}
},
{
"object": "block",
"id": "1c841eaa-28f8-818a-989f-eb9f0d9ce472",
"parent": {
"type": "page_id",
"page_id": "17341eaa-28f8-810f-8391-ea4d80e95cc0"
},
"created_time": "2025-04-01T04:41:00.000Z",
"last_edited_time": "2025-04-01T04: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_3",
"heading_3": {
"rich_text": [
{
"type": "text",
"text": {
"content": "heading 3 added",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "heading 3 added",
"href": null
}
],
"is_toggleable": false,
"color": "default"
}
},
{
"object": "block",
"id": "1c841eaa-28f8-81d4-8b65-ee4b1bb57423",
"parent": {
"type": "page_id",
"page_id": "17341eaa-28f8-810f-8391-ea4d80e95cc0"
},
"created_time": "2025-04-01T04:41:00.000Z",
"last_edited_time": "2025-04-01T04: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": "to_do",
"to_do": {
"rich_text": [
{
"type": "text",
"text": {
"content": "task 2",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "task 2",
"href": null
}
],
"checked": false,
"color": "default"
}
},
{
"object": "block",
"id": "1c841eaa-28f8-8189-b9ba-c8990a59e275",
"parent": {
"type": "page_id",
"page_id": "17341eaa-28f8-810f-8391-ea4d80e95cc0"
},
"created_time": "2025-04-01T09:24:00.000Z",
"last_edited_time": "2025-04-01T09:24: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": "add record content in side peek via Wresk",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "add record content in side peek via Wresk",
"href": null
}
],
"color": "default"
}
},
{
"object": "block",
"id": "1c841eaa-28f8-817a-b442-d2ad2e7d4558",
"parent": {
"type": "page_id",
"page_id": "17341eaa-28f8-810f-8391-ea4d80e95cc0"
},
"created_time": "2025-04-01T09:24:00.000Z",
"last_edited_time": "2025-04-01T09:24: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": "1c841eaa-28f8-8165-9d4b-c5f51415f11b",
"parent": {
"type": "page_id",
"page_id": "17341eaa-28f8-810f-8391-ea4d80e95cc0"
},
"created_time": "2025-04-01T09:24:00.000Z",
"last_edited_time": "2025-04-01T09:24: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": "Sign-up for free www.wiresk.com",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "Sign-up for free www.wiresk.com",
"href": null
}
],
"icon": {
"type": "emoji",
"emoji": "💡"
},
"color": "default"
}
},
{
"object": "block",
"id": "1cb41eaa-28f8-81b2-9e5b-e5641ba5dc2d",
"parent": {
"type": "page_id",
"page_id": "17341eaa-28f8-810f-8391-ea4d80e95cc0"
},
"created_time": "2025-04-04T08:07:00.000Z",
"last_edited_time": "2025-04-04T08:07: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": "add heading 1",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "add heading 1",
"href": null
}
],
"is_toggleable": false,
"color": "default"
}
},
{
"object": "block",
"id": "1cb41eaa-28f8-8120-ae1c-e8b7de5ff864",
"parent": {
"type": "page_id",
"page_id": "17341eaa-28f8-810f-8391-ea4d80e95cc0"
},
"created_time": "2025-04-04T08:07:00.000Z",
"last_edited_time": "2025-04-04T08:07: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": "add paragraph",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "add paragraph",
"href": null
}
],
"color": "default"
}
},
{
"object": "block",
"id": "1cb41eaa-28f8-810f-b6f8-e187dd3eebde",
"parent": {
"type": "page_id",
"page_id": "17341eaa-28f8-810f-8391-ea4d80e95cc0"
},
"created_time": "2025-04-04T08:07:00.000Z",
"last_edited_time": "2025-04-04T08:07: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": "1cb41eaa-28f8-8173-ae31-c9798147f1cf",
"parent": {
"type": "page_id",
"page_id": "17341eaa-28f8-810f-8391-ea4d80e95cc0"
},
"created_time": "2025-04-04T08:07:00.000Z",
"last_edited_time": "2025-04-04T08:07: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": "add heading 3",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "add heading 3",
"href": null
}
],
"is_toggleable": false,
"color": "default"
}
},
{
"object": "block",
"id": "1cb41eaa-28f8-81fd-9036-e4de5f3de20a",
"parent": {
"type": "page_id",
"page_id": "17341eaa-28f8-810f-8391-ea4d80e95cc0"
},
"created_time": "2025-04-04T08:07:00.000Z",
"last_edited_time": "2025-04-04T08:07: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": "Automate your Journey at wiresk.com",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "Automate your Journey at wiresk.com",
"href": null
}
],
"icon": {
"type": "emoji",
"emoji": "💡"
},
"color": "default"
}
}
],
"plain_text": "update the paragraph with Wiresk\nheading 3 added\ntask 2\nadd record content in side peek via Wresk\n\nSign-up for free www.wiresk.com\nadd heading 1\nadd paragraph\n\nadd heading 3\nAutomate your Journey at wiresk.com\n",
"html_text": "<p>update the paragraph with Wiresk</p><h3>heading 3 added</h3><li>task 2</li><blockquote>add record content in side peek via Wresk</blockquote><hr><p>Sign-up for free www.wiresk.com</p><h1>add heading 1</h1><p>add paragraph</p><hr><h3>add heading 3</h3><p>Automate your Journey at wiresk.com</p>"
}
Delete Database Record Content Copy Link
See Notion Append bock 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* | Delete Database Record Content |
Connection* | Select your connection or create one. |
MAP FIELDS
Database ID*:
Select the database from which you want to delete contents from.
Database Record ID*:
Select the Database record (the Database row titlte).
Content*:
The contents to be deleted from the database entry (row). 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 block content to be deleted.
Block*:
Select the block content to be deleted.
(*) required field
Response sample
{
"children": [
{
"object": "block",
"id": "1c841eaa-28f8-8112-b586-f6770a0c8df6",
"parent": {
"type": "page_id",
"page_id": "17341eaa-28f8-810f-8391-ea4d80e95cc0"
},
"created_time": "2025-04-01T04:41:00.000Z",
"last_edited_time": "2025-04-02T02:42: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 the paragraph with Wiresk",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "update the paragraph with Wiresk",
"href": null
}
],
"color": "default"
}
},
{
"object": "block",
"id": "1c841eaa-28f8-818a-989f-eb9f0d9ce472",
"parent": {
"type": "page_id",
"page_id": "17341eaa-28f8-810f-8391-ea4d80e95cc0"
},
"created_time": "2025-04-01T04:41:00.000Z",
"last_edited_time": "2025-04-01T04: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_3",
"heading_3": {
"rich_text": [
{
"type": "text",
"text": {
"content": "heading 3 added",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "heading 3 added",
"href": null
}
],
"is_toggleable": false,
"color": "default"
}
},
{
"object": "block",
"id": "1c841eaa-28f8-8189-b9ba-c8990a59e275",
"parent": {
"type": "page_id",
"page_id": "17341eaa-28f8-810f-8391-ea4d80e95cc0"
},
"created_time": "2025-04-01T09:24:00.000Z",
"last_edited_time": "2025-04-01T09:24: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": "add record content in side peek via Wresk",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "add record content in side peek via Wresk",
"href": null
}
],
"color": "default"
}
},
{
"object": "block",
"id": "1c841eaa-28f8-817a-b442-d2ad2e7d4558",
"parent": {
"type": "page_id",
"page_id": "17341eaa-28f8-810f-8391-ea4d80e95cc0"
},
"created_time": "2025-04-01T09:24:00.000Z",
"last_edited_time": "2025-04-01T09:24: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": "1cb41eaa-28f8-81b2-9e5b-e5641ba5dc2d",
"parent": {
"type": "page_id",
"page_id": "17341eaa-28f8-810f-8391-ea4d80e95cc0"
},
"created_time": "2025-04-04T08:07:00.000Z",
"last_edited_time": "2025-04-04T08:07: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": "add heading 1",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "add heading 1",
"href": null
}
],
"is_toggleable": false,
"color": "default"
}
},
{
"object": "block",
"id": "1cb41eaa-28f8-8120-ae1c-e8b7de5ff864",
"parent": {
"type": "page_id",
"page_id": "17341eaa-28f8-810f-8391-ea4d80e95cc0"
},
"created_time": "2025-04-04T08:07:00.000Z",
"last_edited_time": "2025-04-04T08:07: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": "add paragraph",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "add paragraph",
"href": null
}
],
"color": "default"
}
},
{
"object": "block",
"id": "1cb41eaa-28f8-810f-b6f8-e187dd3eebde",
"parent": {
"type": "page_id",
"page_id": "17341eaa-28f8-810f-8391-ea4d80e95cc0"
},
"created_time": "2025-04-04T08:07:00.000Z",
"last_edited_time": "2025-04-04T08:07: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": "1cb41eaa-28f8-8173-ae31-c9798147f1cf",
"parent": {
"type": "page_id",
"page_id": "17341eaa-28f8-810f-8391-ea4d80e95cc0"
},
"created_time": "2025-04-04T08:07:00.000Z",
"last_edited_time": "2025-04-04T08:07: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": "add heading 3",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "add heading 3",
"href": null
}
],
"is_toggleable": false,
"color": "default"
}
},
{
"object": "block",
"id": "1cb41eaa-28f8-81fd-9036-e4de5f3de20a",
"parent": {
"type": "page_id",
"page_id": "17341eaa-28f8-810f-8391-ea4d80e95cc0"
},
"created_time": "2025-04-04T08:07:00.000Z",
"last_edited_time": "2025-04-04T08:07: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": "Automate your Journey at wiresk.com",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "Automate your Journey at wiresk.com",
"href": null
}
],
"icon": {
"type": "emoji",
"emoji": "💡"
},
"color": "default"
}
}
],
"plain_text": "update the paragraph with Wiresk\nheading 3 added\nadd record content in side peek via Wresk\n\nadd heading 1\nadd paragraph\n\nadd heading 3\nAutomate your Journey at wiresk.com\n",
"html_text": "<p>update the paragraph with Wiresk</p><h3>heading 3 added</h3><blockquote>add record content in side peek via Wresk</blockquote><hr><h1>add heading 1</h1><p>add paragraph</p><hr><h3>add heading 3</h3><p>Automate your Journey at wiresk.com</p>"
}
Get Database Record content Copy Link
See Notion Query a database 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 Database Record content |
Connection* | Select your connection or create one. |
MAP FIELDS + Add Field
Select additional fields to configure the “Find Database Record” 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.
Database ID*:
Select the database that contain the database record content.
Database record ID*:
Select the database record (row title) or enter it ID.
(*) required field
Response sample
{
"children": [
{
"object": "block",
"id": "1c841eaa-28f8-8112-b586-f6770a0c8df6",
"parent": {
"type": "page_id",
"page_id": "17341eaa-28f8-810f-8391-ea4d80e95cc0"
},
"created_time": "2025-04-01T04:41:00.000Z",
"last_edited_time": "2025-04-02T02:42: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 the paragraph with Wiresk",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "update the paragraph with Wiresk",
"href": null
}
],
"color": "default"
}
},
{
"object": "block",
"id": "1c841eaa-28f8-818a-989f-eb9f0d9ce472",
"parent": {
"type": "page_id",
"page_id": "17341eaa-28f8-810f-8391-ea4d80e95cc0"
},
"created_time": "2025-04-01T04:41:00.000Z",
"last_edited_time": "2025-04-01T04: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_3",
"heading_3": {
"rich_text": [
{
"type": "text",
"text": {
"content": "heading 3 added",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "heading 3 added",
"href": null
}
],
"is_toggleable": false,
"color": "default"
}
},
{
"object": "block",
"id": "1c841eaa-28f8-8189-b9ba-c8990a59e275",
"parent": {
"type": "page_id",
"page_id": "17341eaa-28f8-810f-8391-ea4d80e95cc0"
},
"created_time": "2025-04-01T09:24:00.000Z",
"last_edited_time": "2025-04-01T09:24: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": "add record content in side peek via Wresk",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "add record content in side peek via Wresk",
"href": null
}
],
"color": "default"
}
},
{
"object": "block",
"id": "1c841eaa-28f8-817a-b442-d2ad2e7d4558",
"parent": {
"type": "page_id",
"page_id": "17341eaa-28f8-810f-8391-ea4d80e95cc0"
},
"created_time": "2025-04-01T09:24:00.000Z",
"last_edited_time": "2025-04-01T09:24: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": "1cb41eaa-28f8-81b2-9e5b-e5641ba5dc2d",
"parent": {
"type": "page_id",
"page_id": "17341eaa-28f8-810f-8391-ea4d80e95cc0"
},
"created_time": "2025-04-04T08:07:00.000Z",
"last_edited_time": "2025-04-04T08:07: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": "add heading 1",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "add heading 1",
"href": null
}
],
"is_toggleable": false,
"color": "default"
}
},
{
"object": "block",
"id": "1cb41eaa-28f8-8120-ae1c-e8b7de5ff864",
"parent": {
"type": "page_id",
"page_id": "17341eaa-28f8-810f-8391-ea4d80e95cc0"
},
"created_time": "2025-04-04T08:07:00.000Z",
"last_edited_time": "2025-04-04T08:07: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": "add paragraph",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "add paragraph",
"href": null
}
],
"color": "default"
}
},
{
"object": "block",
"id": "1cb41eaa-28f8-810f-b6f8-e187dd3eebde",
"parent": {
"type": "page_id",
"page_id": "17341eaa-28f8-810f-8391-ea4d80e95cc0"
},
"created_time": "2025-04-04T08:07:00.000Z",
"last_edited_time": "2025-04-04T08:07: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": "1cb41eaa-28f8-8173-ae31-c9798147f1cf",
"parent": {
"type": "page_id",
"page_id": "17341eaa-28f8-810f-8391-ea4d80e95cc0"
},
"created_time": "2025-04-04T08:07:00.000Z",
"last_edited_time": "2025-04-04T08:07: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": "add heading 3",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "add heading 3",
"href": null
}
],
"is_toggleable": false,
"color": "default"
}
},
{
"object": "block",
"id": "1cb41eaa-28f8-81fd-9036-e4de5f3de20a",
"parent": {
"type": "page_id",
"page_id": "17341eaa-28f8-810f-8391-ea4d80e95cc0"
},
"created_time": "2025-04-04T08:07:00.000Z",
"last_edited_time": "2025-04-04T08:07: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": "Automate your Journey at wiresk.com",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "Automate your Journey at wiresk.com",
"href": null
}
],
"icon": {
"type": "emoji",
"emoji": "💡"
},
"color": "default"
}
}
],
"plain_text": "update the paragraph with Wiresk\nheading 3 added\nadd record content in side peek via Wresk\n\nadd heading 1\nadd paragraph\n\nadd heading 3\nAutomate your Journey at wiresk.com\n",
"html_text": "<p>update the paragraph with Wiresk</p><h3>heading 3 added</h3><blockquote>add record content in side peek via Wresk</blockquote><hr><h1>add heading 1</h1><p>add paragraph</p><hr><h3>add heading 3</h3><p>Automate your Journey at wiresk.com</p>"
}
Update Database Record content Copy Link
See Notion Update blocks 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 Database Record content |
Connection* | Select your connection or create one. |
MAP FIELDS
Database ID*:
Select the database that contain the database record content.
Database record ID*:
Select the database record (row title) or enter it ID.
Content*:
The contents to be updated. 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 block content to be updated.
Block ID*:
Select the block to be updated.
Content*:
enter the new block’s content.
(*) required field
Response sample
{
"children": [
{
"object": "block",
"id": "1c841eaa-28f8-8112-b586-f6770a0c8df6",
"parent": {
"type": "page_id",
"page_id": "17341eaa-28f8-810f-8391-ea4d80e95cc0"
},
"created_time": "2025-04-01T04:41:00.000Z",
"last_edited_time": "2025-04-02T02:42: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 the paragraph with Wiresk",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "update the paragraph with Wiresk",
"href": null
}
],
"color": "default"
}
},
{
"object": "block",
"id": "1c841eaa-28f8-818a-989f-eb9f0d9ce472",
"parent": {
"type": "page_id",
"page_id": "17341eaa-28f8-810f-8391-ea4d80e95cc0"
},
"created_time": "2025-04-01T04:41:00.000Z",
"last_edited_time": "2025-04-04T09: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": "update the heading with Wiresk",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "update the heading with Wiresk",
"href": null
}
],
"is_toggleable": false,
"color": "default"
}
},
{
"object": "block",
"id": "1c841eaa-28f8-8189-b9ba-c8990a59e275",
"parent": {
"type": "page_id",
"page_id": "17341eaa-28f8-810f-8391-ea4d80e95cc0"
},
"created_time": "2025-04-01T09:24:00.000Z",
"last_edited_time": "2025-04-01T09:24: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": "add record content in side peek via Wresk",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "add record content in side peek via Wresk",
"href": null
}
],
"color": "default"
}
},
{
"object": "block",
"id": "1c841eaa-28f8-817a-b442-d2ad2e7d4558",
"parent": {
"type": "page_id",
"page_id": "17341eaa-28f8-810f-8391-ea4d80e95cc0"
},
"created_time": "2025-04-01T09:24:00.000Z",
"last_edited_time": "2025-04-01T09:24: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": "1cb41eaa-28f8-81b2-9e5b-e5641ba5dc2d",
"parent": {
"type": "page_id",
"page_id": "17341eaa-28f8-810f-8391-ea4d80e95cc0"
},
"created_time": "2025-04-04T08:07:00.000Z",
"last_edited_time": "2025-04-04T09: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": "update heading 1",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "update heading 1",
"href": null
}
],
"is_toggleable": false,
"color": "default"
}
},
{
"object": "block",
"id": "1cb41eaa-28f8-8120-ae1c-e8b7de5ff864",
"parent": {
"type": "page_id",
"page_id": "17341eaa-28f8-810f-8391-ea4d80e95cc0"
},
"created_time": "2025-04-04T08:07:00.000Z",
"last_edited_time": "2025-04-04T08:07: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": "add paragraph",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "add paragraph",
"href": null
}
],
"color": "default"
}
},
{
"object": "block",
"id": "1cb41eaa-28f8-810f-b6f8-e187dd3eebde",
"parent": {
"type": "page_id",
"page_id": "17341eaa-28f8-810f-8391-ea4d80e95cc0"
},
"created_time": "2025-04-04T08:07:00.000Z",
"last_edited_time": "2025-04-04T08:07: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": "1cb41eaa-28f8-8173-ae31-c9798147f1cf",
"parent": {
"type": "page_id",
"page_id": "17341eaa-28f8-810f-8391-ea4d80e95cc0"
},
"created_time": "2025-04-04T08:07:00.000Z",
"last_edited_time": "2025-04-04T08:07: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": "add heading 3",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "add heading 3",
"href": null
}
],
"is_toggleable": false,
"color": "default"
}
},
{
"object": "block",
"id": "1cb41eaa-28f8-81fd-9036-e4de5f3de20a",
"parent": {
"type": "page_id",
"page_id": "17341eaa-28f8-810f-8391-ea4d80e95cc0"
},
"created_time": "2025-04-04T08:07:00.000Z",
"last_edited_time": "2025-04-04T08:07: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": "Automate your Journey at wiresk.com",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "Automate your Journey at wiresk.com",
"href": null
}
],
"icon": {
"type": "emoji",
"emoji": "💡"
},
"color": "default"
}
}
],
"plain_text": "update the paragraph with Wiresk\nupdate the heading with Wiresk\nadd record content in side peek via Wresk\n\nupdate heading 1\nadd paragraph\n\nadd heading 3\nAutomate your Journey at wiresk.com\n",
"html_text": "<p>update the paragraph with Wiresk</p><h3>update the heading with Wiresk</h3><blockquote>add record content in side peek via Wresk</blockquote><hr><h1>update heading 1</h1><p>add paragraph</p><hr><h3>add heading 3</h3><p>Automate your Journey at wiresk.com</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.
Let us know if you need an integration that’s not in Wiresk, and we’ll work hard to add it for you.