Skip to content

Instantly share code, notes, and snippets.

@timwhite47
Last active December 19, 2015 20:08
Show Gist options
  • Save timwhite47/6011030 to your computer and use it in GitHub Desktop.
Save timwhite47/6011030 to your computer and use it in GitHub Desktop.
ActionSprout Webhook Example
{
"type": "contact_create",
"data": {
"action":
{
"id":1437,
"title":"Approve of I1234",
"description":"Test ActionSprout Campaign"
},
"contact":
{
"id":"100003625040130",
"phone_number":"(555) 555.1234",
"email":"steve.smitthers@pledgematic.com",
"address":"1155 N State st #525",
"city":"Bellingham",
"state":"WA",
"zip":"98225",
"country":"USA",
"name":"Steve Smitther"
},
"donation":10.0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment