Sign in

Get default notebook

documented

Retrieve the user's default notebook.

POST /noteStore/getDefaultNotebookNotebooksno implementation yet0 runs
No 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 "https://www.evernote.com/shard/{{$shard_id}}/notestore/getDefaultNotebook" \
  -X POST \
  -H "Content-Type: application/x-thrift" \
  -H "Accept: application/x-thrift" \
  --data-binary "$(echo {{$thriftPayloadBase64}} | base64 -d)"
Get default notebook · Evernote · OpenIntegrations