POST /v1/pages
Create a pageServers
- https://api.notion.com
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
parent |
Object | Yes | |
parent.page_id |
String | Yes | |
properties |
Object | Yes | |
properties.title[] |
Array | Yes | |
properties.title[].text |
Object | Yes | |
properties.title[].text.content |
String | Yes | |
properties.type |
String | No |
Valid values:
|
cover |
String | No |
The cover image of the new page, represented as a file object. |
children[] |
Array | No |
The content to be rendered on the new page, represented as an array of block objects. |
icon |
String | No |
The icon of the new page. Either an emoji object or an external file object.. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.