How to copy Notion comments

Hi there!

My script in Notion works as follows:

I have two databases - A and B.

If a condition (checkbox) is met in database A, a new entry is created in database B with fields from database A.

Question - am I able to copy comments from the page that met the condition and is added to database B?

When I say comments, I mean discussions from the native comments function in Notion.

Hi, yes you may be able to do this using the “Make an API call” module in Make and following the dedicated Notion API documentation. One module for retrieving comments from each page that meets the condition in database A, and one module for creating comments on the new pages in database B.

Notion API “retrieve comments”: Retrieve comments

Notion API “create comments”: Create comment

2 Likes