Skip to content

Instantly share code, notes, and snippets.

@pcave
Created January 26, 2015 20:40
Show Gist options
  • Select an option

  • Save pcave/bfcbd9b1fc1b800c3c4c to your computer and use it in GitHub Desktop.

Select an option

Save pcave/bfcbd9b1fc1b800c3c4c to your computer and use it in GitHub Desktop.
Target Resolution: Single message, multiple resolved targets (not keyed on message id)
{
"alert_id":"54c6a5784a5cf",
"contact":{
"id":10,
"firstName":"Joe",
"lastName":"Joe",
"email":"joe@example.com"
},
"messages":[
{
"message":{
"id":"54c6a5784a5ba",
"subject":"Save the Bacon!",
"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":"Sen.Booker@opencongress.org"
},
{
"fec_id":"S6NJ00289",
"firstName":"Robert",
"lastName":"Menendez",
"email":"Sen.Menendez@opencongress.org"
}
],
"undeliverable":[
]
}
]
}
@pcave
Copy link
Copy Markdown
Author

pcave commented Jan 26, 2015

  {
    "alert_id":"54c6a6ab3c60d",
    "contact":{
      "id":10,
      "firstName":"Joe",
      "lastName":"Joe",
      "email":"joe@example.com"
    },
    "message":{
      "id":"54c6a6ab3c5fb",
      "subject":"Save the Bacon!",
      "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":"Sen.Booker@opencongress.org"
    }
  },
  {
    "alert_id":"54c6a6ab3c60d",
    "contact":{
      "id":10,
      "firstName":"Joe",
      "lastName":"Joe",
      "email":"joe@example.com"
    },
    "message":{
      "id":"54c6a6ab3c5fb",
      "subject":"Save the Bacon!",
      "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":"S6NJ00289",
      "firstName":"Robert",
      "lastName":"Menendez",
      "email":"Sen.Menendez@opencongress.org"
    }
  }
]````

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