Skip to content

Instantly share code, notes, and snippets.

@azcoov
Forked from derrickreimer/webhooks.json
Created November 12, 2013 22:08
Show Gist options
  • Save azcoov/7439663 to your computer and use it in GitHub Desktop.
Save azcoov/7439663 to your computer and use it in GitHub Desktop.
{
"event": "subscriber.subscribed",
"data": {
"object": {
"id": 99999,
"email": "foo@bar.com",
"fields": {
"first_name": "John",
"last_name": "Doe"
},
"visitor_uuid": "99f18900079701314c7a040cce1ee51a",
"double_optin": true,
"created_at": "2013-10-01T13:00:04-07:00"
}
}
}
{
"event": "subscriber.unsubscribed",
"data": {
"object": {
"id": 99999,
"email": "foo@bar.com",
"fields": {
"first_name": "John",
"last_name": "Doe"
},
"visitor_uuid": "99f18900079701314c7a040cce1ee51a",
"double_optin": true,
"created_at": "2013-10-01T13:00:04-07:00"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment