It'd be great to include nested objects within the CustomData fields in webhooks!
eg.
{
"name": "Michael Walker",
"clothes": {
"shirt": "Long Sleeve",
"pants": "Black Jeans",
"watch": "Apple Watch"
}
}