Get Page Property Item
Retrieve a Page Property Item.
External Documentation
To learn more, visit the Notion documentation.
Parameters
Parameter | Description |
---|---|
Page ID | - |
Property ID | - |
Example Output
{
"object": "property_item",
"select": {
"color": "default",
"id": "5c944de7-3f4b-4567-b3a1-fa2c71c540b6",
"name": "⭐️⭐️⭐️⭐️⭐️"
},
"type": "select"
}
Workflow Library Example
Get Page Property Item with Notion and Send Results Via Email
Preview this Workflow on desktop