> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Page

Create a new Notion page within an existing Notion page.

<Note>
  External Documentation

  To learn more, visit the [Notion documentation](https://developers.notion.com/reference/post-page).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter      | Description                                                                                                                                                                                                                                                                                                                                                                                                                 |
  | -------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Page Title     | The Title the new page will be created with.                                                                                                                                                                                                                                                                                                                                                                                |
  | Parent Page ID | The ID of the page you want to create the page as a child of. <br />Note: Only pages with titles will appear in the autofill. If the relevant page name does not appear, manually add it's ID instead. <br />The ID can be found in the suffix of the page's web link, e.g. the page in link `https://www.notion.so/Blink-Is-Awesome-d132f3904fbc45329chjc7b1d52661e5` will have the id `d132f3904fbc45329chjc7b1d52661e5`. |
</div>

## Example Output

```json theme={"dark"}
{
	"object": "page",
	"id": "dc2fd8e0-647e-45f3-81a7-966b0cca7077",
	"created_time": "2023-02-23T14:28:00.000Z",
	"last_edited_time": "2023-02-23T14:28:00.000Z",
	"created_by": {
		"object": "user",
		"id": "00d4991e-3a2a-489c-b73a-7b18ef106eb6"
	},
	"last_edited_by": {
		"object": "user",
		"id": "00d4991e-3a2a-489c-b73a-7b18ef106eb6"
	},
	"cover": null,
	"icon": {
		"type": "emoji",
		"emoji": "😻"
	},
	"parent": {
		"type": "page_id",
		"page_id": "57654d60-f557-407d-9a20-8b74fa48ef5e"
	},
	"archived": false,
	"properties": {
		"title": {
			"id": "title",
			"type": "title",
			"title": [
				{
					"type": "text",
					"text": {
						"content": "Integrations2",
						"link": null
					},
					"annotations": {
						"bold": false,
						"italic": false,
						"strikethrough": false,
						"underline": false,
						"code": false,
						"color": "default"
					},
					"plain_text": "Integrations2",
					"href": null
				}
			]
		}
	},
	"url": "https://www.notion.so/Integrations2-dc2fd8e0647e45f381a7966b0cca7077"
}
```

## Workflow Library Example

[Create Page with Notion and Send Results Via Email](https://library.blinkops.com/workflows/create-page-with-notion-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/create-page-with-notion-and-send-results-via-email/canvas" />
</div>
