This is an example of the data sent by a general enquiry event. The values in categorySpecificData will be included if the information has been captured.
{
"type":"general.create",
"timestamp":"2025-04-01T10:26:10.344522Z",
"data":{
"id": 12345,
"category": {
"id": 1,
"name": "General Enquiry"
},
"member": {
"id": 123456,
"name": "Hallamshire",
"postcode": "RG17 9PY"
},
"group": {
"id": 786543,
"name": "Hallamshire Care Group",
"postcode": "RG17 9PY"
},
"to": "anon@anon.com",
"from": "anon@anon.com",
"date": "2013-03-18 22:17:07",
"bodycontent": "anon",
"firstName": "anon",
"surname": "anon",
"address1": "anon",
"address2": "anon",
"address3": "anon",
"town": "anon",
"postcode": "anon",
"telephone": "anon",
"isAnonymised": true,
"categorySpecificData": {
"comment": "lorem ipsum"
}
}
}