Evernote¶
Getting Started with Evernote¶
Prerequisites
- An Evernote account
In order to use Evernote with Ibexa Connect, it is necessary to have an Evernote account. If you do not have one, you can create an Evernote account at evernote.com.
Connecting Evernote to Ibexa Connect¶
To connect Evernote to Ibexa Connect you must connect your Evernote account to Ibexa Connect. To do so, follow the general instructions for Connecting to services.
After you click the Continue button, Ibexa Connect will redirect you to the Evernote website where you will be prompted to grant Ibexa Connect access to your account.
Confirm the dialog by clicking the Authorize button.
Templates¶
You can find over 60 predefined Evernote sample templates at www.make.com/en/templates/evernote
Triggers¶
Watch Notes¶
This module is triggered when a note is created or updated in a selected notebook.
Notebook | Select the notebook you want to watch for new or updated notes. |
Tags | Select the tags of the notes you want to retrieve. |
Maximum number of returned notes | Enter the maximum number of notes that Ibexa Connect will work with during one cycle (the number of repetitions per scenario run). If the value is set too high, the connection may be interrupted on the side of the given third-party service (timeout). Ibexa Connect has no influence on this. |
Watch | Select whether you want to retrieve new notes or new notes and all changes. |
* Only notes with reminders * | Enable this option if you want to retrieve only notes that contain a reminder. |
Actions¶
Create a Note¶
Creates a new note in a selected notebook.
Notebook | Select the notebook you want to create a note in. |
Title | Enter the title for the note. |
Content | Enter the desired note content. |
Escape HTML characters | If this option is disabled you must use HTML character entity, e.g.& |
Tags | Add a tag to the new note if needed. |
Reminder time | If you want to set the reminder for this note enter the date and time for the reminder. List of supported date formats. |
Attachments | Attach a file to the note. More information about working with files. |
Update a Note¶
Updates a selected note.
Notebook | Select the notebook you want to update the note in. |
Select a note | Select the note you want to update. If you want to enter the ID manually you can use the Watch notes module or Search for notes module to retrieve the Note ID. Otherwise, select a note from the Note drop-down menu. |
Title | Enter the title for the note. This field is mandatory. |
Content | Enter the desired content of the note. This field is mandatory. |
Escape HTML characters | If this option is disabled you must use HTML character entity, e.g.& |
Tags | Add a tag to the new note if needed. |
Update a reminder | Choose whether you want to Update or Clear a reminder. |
Reminder time | If you want to set a reminder for this note enter the date and time for the reminder. List of supported date formats. |
Attachments | Attach a file to the note. More information about working with files. |
Append Content to a Note¶
Adds content to a note.
Select a note | Select the note you want to update. If you want to enter the ID manually you can use the Watch notes module or Search for notes module to retrieve the Note ID. Otherwise, select a note from the Note drop-down menu. |
Content | Enter the content you want to add to the note. It will be appended to the end of the note content. |
Escape HTML characters | If this option is disabled you must use HTML character entity, e.g.& |
Attachments | Attach a file to the note. More information about working with files. |
Delete a Note¶
Deletes a selected note.
Note ID | Enter the Note ID. You can use, for example, the Watch notes module or Search for notes module to retrieve the ID. |
Get a Note¶
Retrieves information about a selected note.
Select a note | Select a note you want to update. If you want to enter the ID manually you can use the Watch notes module or Search for notes module to retrieve the Note ID. Otherwise, select a note from the Note drop-down menu. |
Create a Notebook¶
Creates a new notebook.
Name | Enter the name for the new notebook. |
Search for Notes¶
Search query | Enter the search term. To perform a more detailed search, refer to Evernote's advanced search syntax. |
Notebook | Select the notebook you want to search for notes. |
Tags | Select the tags of the note you want to search for. |
Maximum number of returned notes | Enter the maximum number of notes that Ibexa Connect will work with during one cycle (the number of repetitions per scenario run). If the value is set too high, the connection may be interrupted on the side of the given third-party service (timeout). Ibexa Connect has no influence on this. |
* Continue the execution of the route even if the module returns no results * | If enabled, the scenario will not be stopped by this module. |
Share a Note¶
The module provides you with a public link to a selected note.
Select a note | Select the note you want to update. If you want to enter the ID manually you can use the Watch notes module or Search for notes module to retrieve the Note ID. Otherwise, select a note from the Note drop-down menu. |
Iterators¶
Retrieve Note Attachments¶
Extracts attachments from a note and provides them to the following module.
Source module | Select the source module that contains an attachment(s). |
Example
Use the following modules to extract attachments from the Evernote note and upload it to the Dropbox folder.
-
Evernote > Get a Note module to retrieve the note with attachments.
-
Evernote > Retrieve Note Attachments module to iterate the attachments.
-
Dropbox > Upload a File module to upload retrieved attachments to the Dropbox folder.