Objects within Custom Data webhooks
under review
M
Michael Walker
It'd be great to include nested objects within the CustomData fields in webhooks!
eg.
{
"name": "Michael Walker",
"email": "cool.mail@gmail.com",
"clothes": {
"shirt": "Long Sleeve",
"pants": "Black Jeans",
"watch": "Apple Watch"
}
}
Log In
M
Montana Carnaggio
.
B
Billy Edmunds
We definitely need this, especially when receiving back from custom webhooks. If if its just { "blah": 100 } it works, but { "TotalResults": 2, Results: [ { "result1" : 1, "value": 1 }, { "result2": 2, "value" 2: } ] it breaks and would only return TotalResults and not the nested results.
S
Suresh Babu Sakthi
under review