Skip to content

Instantly share code, notes, and snippets.

@demosifter
Created June 1, 2018 16:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save demosifter/1bdaefce516c4512af58ad2f27209341 to your computer and use it in GitHub Desktop.
Save demosifter/1bdaefce516c4512af58ad2f27209341 to your computer and use it in GitHub Desktop.
"inputs" section of the "dag" in the sift.json
"emails":{
"gmailEmails":{
"filter":{
"conditions":[{
"date": "between now and 1 week before now"
}]
},
"wants": [
"archive",
"headers",
"extensions",
"textBody",
"strippedHtmlBody"
],
"inMailbox": "Important"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment