You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Creates a comment in a page or existing discussion thread. [See the documentation](https://developers.notion.com/reference/create-a-comment)",
8
+
version: "0.0.1",
9
+
type: "action",
10
+
props: {
11
+
notion,
12
+
pageId: {
13
+
propDefinition: [
14
+
notion,
15
+
"pageId",
16
+
],
17
+
description: "Unique identifier of a page. Either this or a Discussion ID is required (not both)",
18
+
optional: true,
19
+
},
20
+
discussionId: {
21
+
type: "string",
22
+
label: "Discussion ID",
23
+
description: "A UUID identifier for a discussion thread. Either this or a Page ID is required (not both)",
description: "Emit new event when a new comment is created in a page or block. [See the documentation](https://developers.notion.com/reference/retrieve-a-comment)",
8
+
version: "0.0.1",
9
+
type: "source",
10
+
dedupe: "unique",
11
+
props: {
12
+
...base.props,
13
+
pageId: {
14
+
propDefinition: [
15
+
base.props.notion,
16
+
"pageId",
17
+
],
18
+
description: "Unique identifier of a page or block",
0 commit comments