Skip to content

Instantly share code, notes, and snippets.

@demosifter
Last active June 1, 2018 16:18
Embed
What would you like to do?
"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