Basic Information

appmixer.notion.core.FindPageByTitle

1.0.0

Public

This component searches for pages in Notion based on a given title and returns only the titles and IDs of the matching pages. Due to the nature of Notion's search API, the results might not always be exact unless the search query is a unique and precise match. For retrieving more detailed information or metadata about a specific page, you can use the RetrievePage component by passing the Page ID obtained from this component. This component will return a maximum of 100 records.

Input Ports

in

FieldTypeDescription
Title text Enter the title or part of the title of the page you wish to search for. Note that the search may return fuzzy matches unless the title is an exact and unique match.
Output Type select Choose whether you want to receive the result set as one complete list, or one item at a time or stream the items to a file. For large datasets, streaming the rows to a file is the most efficient method.

Output Ports

out

notFound

FieldTypeDescription
No fields defined for this port

Full Metadata