This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

at main 283 B View raw
1{ 2 "accountId": "acc1", 3 "filter": { 4 "operator": "AND", 5 "conditions": [ 6 {"inMailbox": "inbox"}, 7 {"hasKeyword": "$seen"} 8 ] 9 }, 10 "sort": [ 11 {"property": "receivedAt", "isAscending": false} 12 ], 13 "position": 0, 14 "limit": 100, 15 "calculateTotal": true 16}