|
| 1 | +{ |
| 2 | + "MessageID": "ddc697c7-0788-4df3-a71a-a7cb935f00bd", |
| 3 | + "Status": "Delivered", |
| 4 | + "SentAt": "2014-01-15T16:09:19-05:00", |
| 5 | + "SmartEmailID": "c0da9c4c-e7e4-11e4-a74d-6c4008bc7468", |
| 6 | + "CanBeResent": true, |
| 7 | + "Recipient": "Joe Smith <joesmith@example.com>", |
| 8 | + "Message": { |
| 9 | + "From": "Team Webapp <team@webapp123.com", |
| 10 | + "Subject": "Thanks for signing up to web app 123", |
| 11 | + "To": [ |
| 12 | + "Joe Smith <joesmith@example.com>", |
| 13 | + "jamesmith@example.com" |
| 14 | + ], |
| 15 | + "CC": [ |
| 16 | + "Joe Smith <joesmith@example.com>" |
| 17 | + ], |
| 18 | + "BCC": "joesmith@example.com", |
| 19 | + "Attachments": [ |
| 20 | + { |
| 21 | + "Name": "Invoice.pdf", |
| 22 | + "Type": "application/pdf" |
| 23 | + } |
| 24 | + ], |
| 25 | + "Body": { |
| 26 | + "Html": "...", |
| 27 | + "Text": "..." |
| 28 | + }, |
| 29 | + "Data": { |
| 30 | + "new_password_url": "https://www.mywebapp.com/newpassword?uid=jguf45hf74hbf74gf" |
| 31 | + } |
| 32 | + }, |
| 33 | + "TotalOpens": 1, |
| 34 | + "TotalClicks": 1, |
| 35 | + "Opens": [ |
| 36 | + { |
| 37 | + "EmailAddress": "jamesmith@example.com", |
| 38 | + "Date": "2009-05-18 16:45:00", |
| 39 | + "IPAddress": "192.168.0.1", |
| 40 | + "Geolocation": { |
| 41 | + "Latitude": -33.8683, |
| 42 | + "Longitude": 151.2086, |
| 43 | + "City": "Sydney", |
| 44 | + "Region": "New South Wales", |
| 45 | + "CountryCode": "AU", |
| 46 | + "CountryName": "Australia" |
| 47 | + }, |
| 48 | + "MailClient": { |
| 49 | + "Name": "Apple Mail", |
| 50 | + "OS": "OS X", |
| 51 | + "Device": "Desktop" |
| 52 | + } |
| 53 | + } |
| 54 | + ], |
| 55 | + "Clicks": [ |
| 56 | + { |
| 57 | + "EmailAddress": "jamesmith@example.com", |
| 58 | + "Date": "2009-05-18 16:45:00", |
| 59 | + "IPAddress": "192.168.0.1", |
| 60 | + "URL": "http://www.myexammple.com/index.html", |
| 61 | + "Geolocation": { |
| 62 | + "Latitude": -33.8683, |
| 63 | + "Longitude": 151.2086, |
| 64 | + "City": "Sydney", |
| 65 | + "Region": "New South Wales", |
| 66 | + "CountryCode": "AU", |
| 67 | + "CountryName": "Australia" |
| 68 | + } |
| 69 | + } |
| 70 | + ] |
| 71 | +} |
| 72 | + |
0 commit comments