What your automation will do…
Refer to Notion – create a connection.
Create Page Copy Link
See Notion Create a page 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* | Create Page |
Connection* | Select your connection or create one. |
MAP FIELDS [+ Add Field] ↓
Additional fields to configure the “Create Page” Method.
Icon (emoji):
Enter the icon of the new page. See Emoji object.
Cover (external url):
External link of the Child page cover. See File object.
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.
Parent Page*:
Select the Parent page in a dynamic list.
Title*:
Title of the new Child page.
(*) required field
Response sample
{
"object": "page",
"id": "1c141eaa-28f8-8197-a6c8-eb28f19b8045",
"created_time": "2025-03-25T07:08:00.000Z",
"last_edited_time": "2025-03-25T07:08:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"cover": null,
"icon": {
"type": "emoji",
"emoji": "😻"
},
"parent": {
"type": "page_id",
"page_id": "1c041eaa-28f8-8027-95f5-d35126d7da5e"
},
"archived": false,
"in_trash": false,
"properties": {
"title": {
"id": "title",
"type": "title",
"title": [
{
"type": "text",
"text": {
"content": "test create page method",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test create page method",
"href": null
}
]
}
},
"url": "https://www.notion.so/test-create-page-method-1c141eaa28f88197a6c8eb28f19b8045",
"public_url": null,
"request_id": "0622c9c9-15cc-4daa-a10c-5c3ff9d92ceb"
}
Delete Page Copy Link
See Notion Trash a page 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 Page |
Connection* | Select your connection or create one. |
MAP FIELDS
Page ID*:
Select the page to delete from a dynamic list.
(*) required field
Response sample
{
"object": "page",
"id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793",
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-26T04:48:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"cover": null,
"icon": null,
"parent": {
"type": "page_id",
"page_id": "1c041eaa-28f8-8027-95f5-d35126d7da5e"
},
"archived": true,
"in_trash": true,
"properties": {
"title": {
"id": "title",
"type": "title",
"title": [
{
"type": "text",
"text": {
"content": "test create page method 2",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test create page method 2",
"href": null
}
]
}
},
"url": "https://www.notion.so/test-create-page-method-2-1c141eaa28f881068dfbca8e8503c793",
"public_url": null,
"request_id": "9bd9e523-36c7-4717-9d12-617b4a1e268b"
}
Find Pages Copy Link
See Notion Retrieve a page 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* | Find Pages |
Connection* | Select your connection or create one. |
MAP FIELDS [+ Add Field] ↓
Additional fields to configure the “Find Page” 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*:
Identifier for a Notion page.
(*) required field
Response sample
[
{
"object": "page",
"id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793",
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-26T04:48:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"cover": null,
"icon": null,
"parent": {
"type": "page_id",
"page_id": "1c041eaa-28f8-8027-95f5-d35126d7da5e"
},
"archived": false,
"in_trash": false,
"properties": {
"title": {
"id": "title",
"type": "title",
"title": [
{
"type": "text",
"text": {
"content": "test page",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test page",
"href": null
}
]
}
},
"url": "https://www.notion.so/test-create-page-method-2-1c141eaa28f881068dfbca8e8503c793",
"public_url": null
}
]
Update page Copy Link
Title
, icon
or cover
.Note:
▪️ Updating rollup property values is not supported.
▪️ A page’s parent cannot be changed.
See Notion Update page properties 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 |
Connection* | Select your connection or create one. |
MAP FIELDS [+ Add Field] ↓
Additional fields to configure the “Update Page” Method.
Icon (emoji):
Enter the icon of the new page. See Emoji object.
Cover (external url):
External link of the page cover. See File object.
Title:
New page title.
Page ID*:
Select the page to update from a dynamic list.
(*) required field
Response sample
{
"object": "page",
"id": "1c141eaa-28f8-8106-8dfb-ca8e8503c793",
"created_time": "2025-03-25T07:47:00.000Z",
"last_edited_time": "2025-03-26T07:17:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"last_edited_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"cover": null,
"icon": {
"type": "emoji",
"emoji": "👍"
},
"parent": {
"type": "page_id",
"page_id": "1c041eaa-28f8-8027-95f5-d35126d7da5e"
},
"archived": false,
"in_trash": false,
"properties": {
"title": {
"id": "title",
"type": "title",
"title": [
{
"type": "text",
"text": {
"content": "Test Update Page",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "Test Update Page",
"href": null
}
]
}
},
"url": "https://www.notion.so/Test-Update-Page-1c141eaa28f881068dfbca8e8503c793",
"public_url": null,
"request_id": "7e2fed02-6d0f-4112-be93-e89584b42e2d"
}
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.