External DocumentationTo learn more, visit the Notion documentation.
Parameters
Example Output
Workflow Library Example
Get Page Property Item with Notion and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Page ID | The identifier of the required page. |
| Property ID | The identifier of the required page property. |
{
"object": "<string>",
"results": [
{
"object": "<string>",
"type": "<string>",
"id": "<string>",
"title": {
"type": "<string>",
"text": {
"content": "<string>",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "<string>"
},
"plain_text": "<string>",
"href": null
}
}
],
"next_cursor": null,
"has_more": false,
"type": "<string>",
"property_item": {
"id": "<string>",
"next_url": null,
"type": "<string>",
"title": {}
},
"request_id": "<string>"
}
Was this page helpful?