Skip to content

Instantly share code, notes, and snippets.

@CammoKing
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CammoKing/5b8ca8746ea8b03295cc to your computer and use it in GitHub Desktop.
Save CammoKing/5b8ca8746ea8b03295cc to your computer and use it in GitHub Desktop.
resolveTarget() response
{
"data": {
"alert_id": "Advocacy-My-Test-Ac-552d6b6a928fe",
"account_id": "2",
"test_mode": false,
"contact": {
"first_name": "John",
"last_name": "Doe",
"address": "104 Briarburn Lane",
"address_line_2": "",
"city": "Holly Springs",
"state": "NC",
"phone": "9197715786",
"zip": "27540-7733",
"email": "john.doe@example.com",
"county": "Wake",
"fips": "37183",
"latitude": "35.55934",
"longitude": "-78.89076"
},
"messages": {
"Advocacy-My-Test-Ac-552d6c6b85073": {
"message": {
"id": "Advocacy-My-Test-Ac-552d6c6b85073",
"subject": "Subject text",
"body": "Dear %first-name% This is the message body. Sincerely, %first-name% %last-name%",
"precedence": "0"
},
"deliverable": [{
"id": "5773",
"account_id": null,
"class_name": "Legislator",
"salutation": "Sen.",
"first_name": "Tamara",
"last_name": "Barringer",
"organization": "North Carolina State Senate",
"title": null,
"gender": "F",
"website": null,
"email": "Tamara.Barringer@ncleg.net",
"facebook": "http:\/\/www.facebook.com\/tamarabarringernc",
"twitter": "http:\/\/twitter.com\/tamarabarringer",
"edited_on": null,
"form_id": "0",
"person_id": "397507",
"state_id": "34",
"state": "NC",
"party": "R",
"district_code": "NC017",
"district_name": "North Carolina Senate District 17",
"fec_id": "",
"role": "SS",
"primary_delivery_method": "Webform",
"created_at": null,
"updated_at": null,
"addresses": [{
"id": "9256",
"target_id": "5773",
"kw_address_id": "419581",
"type": "State District",
"building": "",
"street": "PO Box 97275",
"street_2": "",
"city": "Raleigh",
"state": "NC",
"zip_code": "27624",
"country": "Un",
"area_code": "919",
"phone": "412-2538",
"ext": "",
"fax_area_code": null,
"fax": null,
"created_at": null,
"updated_at": null
}, {
"id": "9325",
"target_id": "5773",
"kw_address_id": "424653",
"type": "State Capitol",
"building": "Legislative Office Building",
"street": "300 North Salisbury Street",
"street_2": "",
"city": "Raleigh",
"state": "NC",
"zip_code": "27603-5925",
"country": "Un",
"area_code": "919",
"phone": "733-5653",
"ext": "",
"fax_area_code": "919",
"fax": "715-2880",
"created_at": null,
"updated_at": null
}]
}],
"undeliverable": null
}
},
"access_token": ""
},
"status_code": 200
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment