Skip to main content
Triggers a workflow on a new Notion page.
Any page not accessible to the provided Notion connection will not trigger an event. For more information refer to the Notion connection creation documentation.
Endpoint: https://api.notion.com/v1/search
Workflows based on this trigger will search for new events every minute.

Parameters

ParameterDescription
Query SubstringAdd this field to limit events only to pages whose title contains a specific substring.

Sample Event

{
	"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"
}