General enquiry example
  • 09 Jun 2025
  • 1 Minute to read
  • PDF

General enquiry example

  • PDF

Article summary

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.created",
    "timestamp":"2025-04-01T10:26:10.344522Z",
    "data":{
        "id": 12345,
        "category": {
            "id": 1,
            "name": "General Enquiry",
        },
        "member": {
            "id": 123456,
            "name": "Hallamshire"
            "postcode": "RG17 9PY"
         },
         "to": "anon@anon.com",
         "from": "anon@anon.com",
         "date": "2013-03-18 22:17:07",
         "content": "anon",
         "firstName": "anon",
         "surname": "anon",
         "address1": "anon",
         "address2": "anon",
         "address3": "anon",
         "town": "anon",
         "postcode": "anon",
         "telephone": "anon",
         "isAnonymised": true,
         "categorySpecificData": {
             "comment": "lorem ipsum"
         }
    }
}


Was this article helpful?