Skip to content

Instantly share code, notes, and snippets.

@chibenwa
Created July 2, 2019 04:21
Show Gist options
  • Save chibenwa/6c1265cadf8fe0aeab3a375ea02a8217 to your computer and use it in GitHub Desktop.
Save chibenwa/6c1265cadf8fe0aeab3a375ea02a8217 to your computer and use it in GitHub Desktop.
Exemple.json
[[ "Email/query", {
"accountId": "A1",
"filter": { "inMailbox": "id_of_inbox" },
"sort": [{ "property": "receivedAt", "isAscending": false }],
"collapseThreads": true,
"position": 0,
"limit": 10,
"calculateTotal": true
}, "t0" ],
[ "Email/get", {
"accountId": "A1",
"#ids": {
"resultOf": "t0",
"name": "Email/query",
"path": "/ids"
},
"properties": [ "threadId" ]
}, "t1" ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment