How to create a new note for a specific user from the Joplin server side?

I am looking at how to create a new note for a specific user from the server side.

Is it possible to a execute curl request to the Joplin server and add a new note for a specific user?

Thank you for your answers.

Hi

Not challenging, simply asking: is there a reason you're not using cli client to do that?

It seems strange for server to have this feature given the notes meant to be not readable from server side (let alone writeable)

I think the best way to add new note to users notebook is to share it with them via "publish" feature. For that reason cli client also suits quite well

1 Like