Group Location
Explore Plans
Mobile menu Close menu
Notion.soNotion.so

Create a page

This action will create a new page.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This action will create a new page.
API endpoint slug
notion_so.create_new_page
Filter code method
NotionSo.createNewPage.skip(string?: reason)
Runtime method
runAction("notion_so.create_new_page", {})

Action fields

Parent page Dropdown list

Label
What is the parent page?
Helper text
If you don't see it listed here, check if the page is shared with your IFTTT integration in Notion.
Slug
parent_page
Required
true
Can have default value
false

Page title Text input > Short text

Label
What is the title of the page?
Slug
page_title
Required
true
Can have default value
true
Filter code method
NotionSo.createNewPage.setPageTitle(string: pageTitle)

Page body Text input > Long text

Label
What is the body of the page?
Helper text
Put each paragraph on a new line.
Slug
page_body
Required
true
Can have default value
true
Filter code method
NotionSo.createNewPage.setPageBody(string: pageBody)