App Logo
notion.com

Post a comment on a Notion page

Posts a comment on a Notion page under the signed-in account, given the page's URL and the comment text. Returns the text that was posted and confirmation that it now appears on the page.

Input

text required

The comment text to post.

pageUrl required

URL of the Notion page to comment on.

Output

text required
posted required
account required

The Notion account name the comment was posted as, read from the page after posting.

FAQ

Posts a comment on a Notion page under the signed-in account, given the page's URL and the comment text. Returns the text that was posted and confirmation that it now appears on the page.
Required: pageUrl, text.
It returns text, posted, account.
Yes. It acts as you on notion.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the notion.com cookies saved by the Reduck extension.
It makes changes on notion.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/notion.com/post_comment, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/notion.com/post_comment
It is part of Reduck's official curated catalogue.

Start building not clicking