Last active
December 19, 2015 20:08
-
-
Save timwhite47/6011030 to your computer and use it in GitHub Desktop.
ActionSprout Webhook Example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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