Skip to content

Instantly share code, notes, and snippets.

@PaulDMendoza
Last active May 26, 2018 17:10
Show Gist options
  • Save PaulDMendoza/adf993f3b5aa7ce1a46abe4d26b309a5 to your computer and use it in GitHub Desktop.
Save PaulDMendoza/adf993f3b5aa7ce1a46abe4d26b309a5 to your computer and use it in GitHub Desktop.
SigParserResponse
{
"isSpammyLookingEmailMessage": false,
"isSpammyLookingSender": false,
"isSpam": false,
"from_LastName": "Gates",
"from_FirstName": "Bill",
"from_Fax": null,
"from_Phone": null,
"from_Address": null,
"from_Title": null,
"from_MobilePhone": "7774448888",
"from_OfficePhone": null,
"from_LinkedInUrl": "https://www.linkedin.com/in/williamhgates/",
"from_TwitterUrl": "https://twitter.com/BillGates",
"from_EmailAddress": "bgates@example.com",
"error": null,
"from": {
"firstName": "Bill",
"lastName": "Gates",
"emailAddress": "bgates@example.com",
"phoneNumber": null,
"fax": null,
"address": null,
"title": null,
"phoneNumbers": [
{
"rationalType": null,
"type": "Mobile",
"phoneNumber": "7774448888"
}
],
"twitterUrl": [
{
"emailAddress": "bgates@example.com",
"url": "https://twitter.com/BillGates"
}
],
"linkedInUrl": [
{
"emailAddress": "bgates@example.com",
"url": "https://www.linkedin.com/in/williamhgates/"
}
]
},
"to_1": null,
"contacts": [
{
"firstName": "Bill",
"lastName": "Gates",
"emailAddress": "bgates@example.com",
"phoneNumber": null,
"fax": null,
"address": null,
"title": null,
"phoneNumbers": [
{
"rationalType": null,
"type": "Mobile",
"phoneNumber": "7774448888"
}
],
"twitterUrl": [
{
"emailAddress": "bgates@example.com",
"url": "https://twitter.com/BillGates"
}
],
"linkedInUrl": [
{
"emailAddress": "bgates@example.com",
"url": "https://www.linkedin.com/in/williamhgates/"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment