So i’m looking to use the webhooks but when i do a test i get the below attribute data and it appears to be missing what i consider to be a fairly important field the Email, i can find an email field nested in the included array of objects but its not clear if this is my account email or the test users email.
{
"data": {
"attributes": {
"access_expires_at": null,
"campaign_currency": "GBP",
"campaign_lifetime_support_cents": 12345,
"campaign_pledge_amount_cents": 50,
"full_name": "Bob Wise",
"is_follower": false,
"is_free_member": null,
"is_free_trial": null,
"last_charge_date": "2014-04-01T00:00:00.000+00:00",
"last_charge_status": "Paid",
"lifetime_support_cents": 12345,
"patron_status": "active_patron",
"pledge_amount_cents": 50,
"pledge_relationship_start": "2014-03-14T00:00:00.000+00:00"
},