This repository has no description
0

Configure Feed

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

at main 409 B View raw
1{ 2 "partId": "0", 3 "size": 50000, 4 "type": "multipart/related", 5 "subParts": [ 6 { 7 "partId": "1", 8 "blobId": "b1", 9 "size": 2000, 10 "type": "text/html", 11 "charset": "utf-8" 12 }, 13 { 14 "partId": "2", 15 "blobId": "b2", 16 "size": 48000, 17 "type": "image/png", 18 "name": "logo.png", 19 "disposition": "inline", 20 "cid": "logo@example.com" 21 } 22 ] 23}