I am trying to automate the creation of new page in a database b when a new item is added to database a. I either want to use a notion template I made or duplicate a page/item that already exists in database b. The idea is I can update this duplicated item later in the workflow with the data from database b. Any advice on how to do this?
Currently, the Notion API doesn’t support applying database templates to new pages, or directly duplicating a page. The best thing you can do is to append the page content using the dedicated endpoint
2 Likes
Is there a way for me to do this using make’s append page content feature?
Yes, if the blocks you want to add to the page are included in the Make module (and in the Notion API more broadly)
2 Likes