POST /v1/pages

Create a page

Servers

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:

  • "title"
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

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.