Using URL to create pages
You can use URL address to create a new page in Scrapbox, this can be used, e.g., within different automation tools.
https://scrapbox.io/ + name of the project + /
+ new => creates a blank new page
Example: https://scrapbox.io/ScrapboxCustomization/new would create a blank new page in this database
https://scrapbox.io/files/62205ef308239e001f90b19a.png
+ name of the page
+ ?body=
+ contents
=> creates a new page with contents
=> IF the page already exsits, it will append the text block to the bottom of the page.
Example:
https://scrapbox.io/ScrapboxCustomization/tasks?body= buy milk would append a new task to tasks page
https://scrapbox.io/files/62205fe84871b9001d7516bf.png
Sources