Add notebooks
documentedAdd a notebook (method=addNote) via legacy API.
POST /api.phpNotebookno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "http://api.toodledo.com/api.php?method=addNote;key={{TOODLEDO_API_KEY}};title={{title}};note={{note}};folder={{folder}};private={{private}};addedon={{addedon}}" -X POST -H "Accept: application/xml"