Brochure request example
  • 09 Jun 2025
  • 1 Minute to read
  • PDF

Brochure request example

  • PDF

Article summary

This is an example of the data sent by a brochure request event. The values in categorySpecificData will be included if the information has been captured.

{
    "type":"brochure.created",
    "timestamp":"2025-04-01T10:26:10.344522Z",
    "data":{
        "id": 12345,
        "category": {
            "id": 2,
            "name": "Brochure Request",
        },
        "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",
             "whoIsNeedOfCare": "A parent",
             "typeOfCare": "Older person residential",
             "howSoonIsCareNeeded": "6 months +",
             "lengthOfStay": "Permanent/Long-term",
             "fundingType": "Self funding (Private)",
             "enquirerInterestedInATour": "Yes"
         }
    }
}


Was this article helpful?