Skip to content

Instantly share code, notes, and snippets.

@pcave
Created January 23, 2015 20:40
Show Gist options
  • Save pcave/3853af5734dd1dbff8ea to your computer and use it in GitHub Desktop.
Save pcave/3853af5734dd1dbff8ea to your computer and use it in GitHub Desktop.
Target Resolution: Multiple messages, single and multiple resolved targets
{
"contact":{
"id":10,
"firstName":"Joe",
"lastName":"Joe",
"email":"[email protected]"
},
"messages":{
"54c2b1632a91d":{
"alert_id":"54c2b1632a931",
"message":{
"id":"54c2b1632a91d",
"subject":"You Rock!",
"body":"Bacon ipsum dolor amet ball tip tri-tip tongue pig. Bacon ribeye capicola tenderloin venison flank. Ball tip tenderloin filet mignon ground round, ham hock chicken brisket shankle pork chop. Brisket doner corned beef sirloin, pig filet mignon rump shoulder."
},
"deliverable":[
{
"fec_id":"S4NJ00185",
"firstName":"Cory",
"lastName":"Booker",
"email":"[email protected]"
}
],
"undeliverable":[
]
},
"54c2b1632a960":{
"alert_id":"54c2b1632a931",
"message":{
"id":"54c2b1632a960",
"subject":"You Suck!",
"body":"Ribeye frankfurter short loin meatloaf tenderloin pig. Ham hock doner shank prosciutto ham corned beef pork ground round sirloin turkey. Boudin ham jowl, cow bacon t-bone frankfurter chicken meatloaf capicola tenderloin tri-tip pancetta brisket beef. Drumstick ham hock jerky pork belly."
},
"deliverable":[
{
"fec_id":"S0FL00338",
"firstName":"Marco",
"lastName":"Rubio",
"email":"[email protected]",
"id":20
},
{
"firstName":"Rex",
"lastName":"Tillerson",
"email":"[email protected]"
}
],
"undeliverable":[
]
}
}
}
@pcave
Copy link
Author

pcave commented Jan 23, 2015

  {
    "alert_id":"54c2b30d9fb41",
    "contact":{
      "id":10,
      "firstName":"Joe",
      "lastName":"Joe",
      "email":"[email protected]"
    },
    "message":{
      "id":"54c2b30d9fb33",
      "subject":"You Rock!",
      "body":"Bacon ipsum dolor amet ball tip tri-tip tongue pig. Bacon ribeye capicola tenderloin venison flank. Ball tip tenderloin filet mignon ground round, ham hock chicken brisket shankle pork chop. Brisket doner corned beef sirloin, pig filet mignon rump shoulder."
    },
    "target":{
      "fec_id":"S4NJ00185",
      "firstName":"Cory",
      "lastName":"Booker",
      "email":"[email protected]"
    }
  },
  {
    "alert_id":"54c2b30d9fb41",
    "contact":{
      "id":10,
      "firstName":"Joe",
      "lastName":"Joe",
      "email":"[email protected]"
    },
    "message":{
      "id":"54c2b30d9fb6e",
      "subject":"You Suck!",
      "body":"Ribeye frankfurter short loin meatloaf tenderloin pig. Ham hock doner shank prosciutto ham corned beef pork ground round sirloin turkey. Boudin ham jowl, cow bacon t-bone frankfurter chicken meatloaf capicola tenderloin tri-tip pancetta brisket beef. Drumstick ham hock jerky pork belly."
    },
    "target":{
      "fec_id":"S0FL00338",
      "firstName":"Marco",
      "lastName":"Rubio",
      "email":"[email protected]",
      "id":20
    }
  },
  {
    "alert_id":"54c2b30d9fb41",
    "contact":{
      "id":10,
      "firstName":"Joe",
      "lastName":"Joe",
      "email":"[email protected]"
    },
    "message":{
      "id":"54c2b30d9fb6e",
      "subject":"You Suck!",
      "body":"Ribeye frankfurter short loin meatloaf tenderloin pig. Ham hock doner shank prosciutto ham corned beef pork ground round sirloin turkey. Boudin ham jowl, cow bacon t-bone frankfurter chicken meatloaf capicola tenderloin tri-tip pancetta brisket beef. Drumstick ham hock jerky pork belly."
    },
    "target":{
      "firstName":"Rex",
      "lastName":"Tillerson",
      "email":"[email protected]"
    }
  }
]````

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment