Adding block nodes to a new Database entry #173
Unanswered
krazzarkov
asked this question in
Q&A
Replies: 1 comment
-
Have you found a solution for this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have been trying to figure out this issue for the past couple of days and am completely stumped, was hoping someone who understands the Notion API better can offer some tips/help.
I currently have a Python script that does the following:
Step 3 is what I am having issues with. So far my script is able to create a new page inside the database with various properties. However, I cannot figure out a way to add text blocks inside the newly created page.
I have looked through the documentation but have not been able to find a solution. My guess is I need to get the ID of the page that I created and then add a block for that specific page ID.
Any help would be greatly appreciated. Thank you in advance :)
Beta Was this translation helpful? Give feedback.
All reactions