Notion · Arazzo Workflow
Notion Search for a Page and Comment on It
Version 1.0.0
Search the workspace by title for a page, then leave a comment on the first matching page.
View Spec
View on GitHub
CollaborationDatabaseIdeasNotesProductivityProjectsT1TasksWikiWorkspaceArazzoWorkflows
Provider
Workflows
search-page-comment
Search for a page by title and add a comment to the first match.
Searches for pages matching a title query, and when a page is found, retrieves it and creates a comment on it with the supplied text.
1
searchPages
search
Search the workspace for pages whose title matches the query, filtering results to the page object type and returning a single match.
2
retrievePage
retrievePage
Retrieve the matched page to confirm it exists and is accessible before commenting on it.
3
createComment
createComment
Create a comment on the matched page using its ID as the comment parent.