Search code examples
evernotezapiersmartsheet-api

Evernote Zapier


I use Evernote in meetings every day and when I have a task I tag the task with a checkbox. What I would like to do is to use Zapier to read new Evernote notes and if there is a checkbox in a note I would like for the item to appear in my ToDo list in Smartsheet. From there I would be able to assign tasks etc which would greatly help me manage tasks for myself and my team.

I wrote the Evernote team to understand how checkboxes are coded and below is the reply:

Answer from Evernote Help

The Zapier team has entered this as a feature request but it seems like I should be able to write something in the Formatter and have it do this now. After seeing the response from Evernote the Zapier team suggested I post the question here.

Thank you in advance for your help.


Solution

  • Zapier offers an action called "Filter by Zapier". Use it just after your trigger and check if:

    • Content HTML
    • (text) contains
    • en-todo checked="true"

    Check this screenshot to see how it looks like in Zapier ;)