Evernote

Service Description:

This service allows to take notes, photos, schedule things and so on

User Guide

Activation of the service

From the page http://127.0.0.1:8000/th/service/

Services

from the “Services available” part of the page, select Evernote and press “Activate it”

Defining a trigger

with Evernote as provider, when another service is used as a consumer

evernote step 1 evernote step 2

with Evernote as consumer, when another service is used as a provider

evernote step 3 evernote step 4

Installation Guide

Requesting a key

On https://dev.evernote.com/ at the top right of the page, click on ‘get an api key’.

Fill the form and get the informations that you will need to provide in the next paragraph

The service keys

Here are the modifications of .env file you will need to make to be able to use your credentials with Evernote

TH_EVERNOTE_SANDBOX = False
TH_EVERNOTE_CONSUMER_KEY = 'your consumer key'
TH_EVERNOTE_CONSUMER_SECRET =  'your consumer secret'