To automatically retrieve content from Evernote, create a new fetch task by following these steps. The connector runs each fetch task automatically, based on the schedule that is defined in the configuration file.
To create a new Fetch Task
In the [FetchTasks]
section of the configuration file, specify the number of fetch tasks using the Number
parameter. If you are configuring the first fetch task, type Number=1
. If one or more fetch tasks have already been configured, increase the value of the Number
parameter by one (1). Below the Number
parameter, specify the names of the fetch tasks, starting from zero (0). For example:
[FetchTasks] Number=1 0=MyTask
Below the [FetchTasks]
section, create a new TaskName section. The name of the section must match the name of the new fetch task. For example:
[FetchTasks] Number=1 0=MyTask [MyTask]
In the new section, set the following parameters.
EvernoteUrl
|
The Evernote endpoint to use to access the account. You can set this parameter to www.evernote.com , or sandbox.evernote.com . The default value is www.evernote.com . |
EvernoteDeveloperKey
|
The developer key that provides access to the user account from which you want to retrieve data. An Evernote developer key allows the connector to access a single Evernote account. |
IngestLinkedNotebooks
|
A Boolean that specifies whether to retrieve content from linked notebooks (the default is true ). |
(Optional). You can restrict the notebooks and notes that are ingested by setting the following parameters:
NotebookNameCantHaveRegex
|
A list of regular expressions to limit the notebooks that are retrieved by the connector. If the name of a notebook matches any of the regular expressions, the notebook and its contents are ignored. |
NotebookNameMustHaveRegex
|
A list of regular expressions to limit the notebooks that are retrieved by the connector. The name of a notebook must match one of the regular expressions, otherwise the notebook and its contents are ignored. |
NoteTitleCantHaveRegex
|
A list of regular expressions to limit the notes that are retrieved by the connector. If the title of a note matches any of the regular expressions, the note is ignored. |
NoteTitleMustHaveRegex
|
A list of regular expressions to limit the notes that are retrieved by the connector. The title of a note must match one of the regular expressions, otherwise the note is ignored. |
For more information about the parameters that you can use to configure the Evernote Connector, refer to the Evernote Connector Reference.
(Optional). If the connector machine is behind a proxy server, you might need to configure your proxy settings. The connector reads the proxy settings from Internet Options on the machine where it is installed.
|