Notion · Arazzo Workflow
Notion Reply to an Existing Comment Thread
Version 1.0.0
List a page's unresolved comments, then reply into the existing discussion or start a new one.
View Spec
View on GitHub
CollaborationDatabaseIdeasNotesProductivityProjectsT1TasksWikiWorkspaceArazzoWorkflows
Provider
Workflows
comment-thread-reply
List comments on a page and reply into an existing thread or start a new one.
Retrieves a page's unresolved comments and branches: when a discussion thread exists it replies into that thread, otherwise it creates a new comment on the page.
1
listComments
listComments
Retrieve the unresolved comments on the page and capture the discussion ID of the first comment, if any.
2
replyToThread
createComment
Add a comment into the existing discussion thread using its discussion ID.
3
startThread
createComment
Start a new comment on the page when no existing discussion thread was found.