What your automation will do…
Refer to Notion – create a connection.
Create a Comment Copy Link
● To add a new comment to an existing discussion thread, provide the discussion ID.
● New discussion thread cannot be created.
See Notion Create a comment API reference.
Configuration Table:
Input Options:
- Input: Allows dynamic inputs, e.g., from a Trigger or from Step responses. Input tab>uncheck “Show recommended” to see all fields).
- Default Value: You can specify a fixed attribute.
Name* | Create a Comment |
Connection* | Select your connection or create one. |
MAP FIELDS + Add Field ↓
Additional fields to configure the “Create Page” Method.
Discussion ID:
ID of the existing discussion.
⚠️ Either the page ID or discussion ID must be provided — not both.
Page ID:
Select the page to create the comment.
⚠️ Either the page ID or discussion ID must be provided — not both.
Comment*:
Provide the comment.
(*) required field
Response sample
{
"object": "comment",
"id": "1cb41eaa-28f8-81f9-a9af-001d86cd4b62",
"parent": {
"type": "page_id",
"page_id": "1c041eaa-28f8-8027-95f5-d35126d7da5e"
},
"discussion_id": "1cb41eaa-28f8-8127-930f-001c752c4816",
"created_time": "2025-04-04T10:08:00.000Z",
"last_edited_time": "2025-04-04T10:08:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"rich_text": [
{
"type": "text",
"text": {
"content": "test comment added with Wiresk",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test comment added with Wiresk",
"href": null
}
],
"request_id": "ef5e947b-bdcb-4f75-87b8-4eb064d9cd24"
}
List comments Copy Link
See Pagination for details about how to use a cursor to iterate through the list.
See Notion List comments API reference.
Configuration Table:
Input Options:
- Input: Allows dynamic inputs, e.g., from a Trigger or from Step responses. Input tab>uncheck “Show recommended” to see all fields).
- Default Value: You can specify a fixed attribute.
Name* | List comments |
Connection* | Select your connection or create one. |
MAP FIELDS + Add Field ↓
Additional fields to configure the “Create Page” Method.
Start Cusor:
If specified, the Method will return a page of results starting after the cursor provided. If not specified, the Method will return the first page of results.
Limit:
The number of items from the full list desired in the response. Maximum: 100
Page ID*:
Select the page that contains comments.
(*) required field
Response sample
[
{
"object": "comment",
"id": "1cb41eaa-28f8-81f9-a9af-001d86cd4b62",
"parent": {
"type": "page_id",
"page_id": "1c041eaa-28f8-8027-95f5-d35126d7da5e"
},
"discussion_id": "1cb41eaa-28f8-8127-930f-001c752c4816",
"created_time": "2025-04-04T10:08:00.000Z",
"last_edited_time": "2025-04-04T10:08:00.000Z",
"created_by": {
"object": "user",
"id": "f889d775-ecb7-4b23-81e9-ebdbcef2e915"
},
"rich_text": [
{
"type": "text",
"text": {
"content": "test comment added with Wiresk",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "test comment added with Wiresk",
"href": null
}
]
}
]
List Notion Users Copy Link
See Notion List all users API reference.
Configuration Table:
Input Options:
- Input: Allows dynamic inputs, e.g., from a Trigger or from Step responses. Input tab>uncheck “Show recommended” to see all fields).
- Default Value: You can specify a fixed attribute.
Name* | List Notion Users |
Connection* | Select your connection or create one. |
MAP FIELDS + Add Field ↓
Additional fields to configure the Method.
Limit:
The number of items from the full list desired in the response. Maximum: 100
(*) required field
Response sample
[
{
"object": "user",
"id": "4981eebd-51b9-4af6-9e28-9b11d6ab6a7e",
"name": "Wiresk",
"avatar_url": null,
"type": "person",
"person": {
"email": "wiresktest@wiresk.com"
}
},
{
"object": "user",
"id": "173d872b-594c-817c-b357-00025d7e188c",
"name": "Chanara Ou",
"avatar_url": null,
"type": "person",
"person": {
"email": "user1@wiresk.com"
}
}
]
Test run or automate your Flow Copy Link
After setting up your Flow, you can choose to:
- “Run once”, your Flow will run only a single time. You can use this function to test your Flow. Refer to how to set up an HTTP Trigger, in the “Create a Flow” step.
- “Run Scheduler” will automate your Flows with the recurrence rule you previously defined.
For more details, refer to How to run a Flow tutorial in our Help Center.
If you are using a Webhook Trigger, the Flow will initiate automatically when a webhook is received from your connected apps. This means that the Flow is automated without a scheduler and will run until you deactivate the Flow manually. Refer to Webhook documentation in our Help Center.
If you need an integration that you cannot find in Wiresk, you can make a request to our team, and we will try our best to satisfy your needs.