> ## 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.

# New Page

Triggers a workflow on a new Notion page.

<Note>
  Any page not accessible to the provided Notion connection will not trigger an event.
  For more information refer to the [Notion connection creation documentation](https://docs.blinkops.com/docs/integrations/notion#create-a-notion-connection).
</Note>

**Endpoint**: `https://api.notion.com/v1/search`

<Note>
  Workflows based on this trigger will search for new events **every minute**.
</Note>

## Parameters

<div className="integrations-table">
  | Parameter       | Description                                                                             |
  | --------------- | --------------------------------------------------------------------------------------- |
  | Query Substring | Add this field to limit events only to pages whose title contains a specific substring. |
</div>

## Sample Event

```json theme={"dark"}
{
	"object": "page",
	"id": "566dcd79-7f66-4155-892b-bd3616de34d9",
	"created_time": "2022-12-26T21:57:00.000Z",
	"last_edited_time": "2022-12-26T21:57:00.000Z",
	"created_by": {
		"object": "user",
		"id": "f71e15a2-055c-4530-8e69-c160214e4264"
	},
	"last_edited_by": {
		"object": "user",
		"id": "f71e15a2-055c-4530-8e69-c160214e4264"
	},
	"cover": null,
	"icon": null,
	"parent": {
		"type": "database_id",
		"database_id": "375ad9ad-df50-4a6e-b123-986385c65e6d"
	},
	"archived": false,
	"properties": {
		"Person uig": {
			"id": "%3A%40rp",
			"type": "people",
			"people": []
		},
		"Tags": {
			"id": "%7Cx%60P",
			"type": "multi_select",
			"multi_select": []
		},
		"channel Name": {
			"id": "title",
			"type": "title",
			"title": []
		}
	},
	"url": "https://www.notion.so/566dcd797f664155892bbd3616de34d9"
}
```
