Notion
notion_create_comment
Create a comment on a page or reply in a discussion thread. Integration must have comment capabilities enabled.
Remote node2flow/notion
Other tools also called notion_create_comment?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"rich_text": {
"type": "array",
"description": "Comment content: [{ \"type\": \"text\", \"text\": { \"content\": \"My comment\" } }]"
},
"discussion_id": {
"type": "string",
"description": "Discussion thread ID to reply to"
},
"parent_page_id": {
"type": "string",
"description": "Page ID to comment on (use this OR discussion_id)"
}
}
}