Hi
I’ve setup a number of scenarios that each look at specific notebooks in Evernote every 15 mins, see if they have had new notes added to them, and if they meet certain criteria then it renames the note.
There are about 15 scerarios. It would be better to write something that could retrieve a list of notebooks, iterate over this list and check for new notes, then apply the logic above.
In order to use the Evernote API to call a method that lists notebooks the documentation says I have to use the oauth method, which seems to me to be
- use an Evernote Dev key and secret to access Evernote API (I have these)
- The oauth process then asks “me” to login
- Once authenticated Evernote supplies a temporary token and other security info I can use to access the API
I can’t see away of doing this within Make. Sure I could write something in Python that could do this, but I would like to use Make.
Has anyone attempted this before?
Thanks
Stuart