Print

Wonde Valid Contacts Report Example

Valid Contacts shows you all the contacts that have been synced through by Wonde, with all of their details such as Email, Mobile, Address, Student(s) linked, and more.

"Mobile Number / Email Address": {

        "id": "AXXXXXXXXX",
        "mis_id": "XXX",
        "upi": "XXXXXXXXX",
        "title": "Mr / Mrs",
        "initials": "XX",
        "surname": "Xxxxx",
        "forename": "XXXXX",
        "middle_names": null,
        "gender": null,
       "date_of_birth": null,

        "created_at": {

            "date": "20XX-XX-XX 06:18:31.000000",
            "timezone_type": 3,
            "timezone": "UTC"

        },

        "updated_at": {

            "date": "20XX-XX-XX 14:40:30.000000",
            "timezone_type": 3,
            "timezone": "UTC"

        },

                "contact_details": {

            "data": {

                "phones": {

                    "phone": "XXXXX",
                    "primary": "XXXXX",
                    "home": null,
                    "work": null,
                    "mobile": "XXXXX"

                },

                "emails": {

                    "email": XXXXX@XXXX.XXX,
                    "primary": null,
                    "home": null,
                    "work": null

                },

                "addresses": {

                    "home": {

                        "house_number": null,
                        "house_name": null,
                        "apartment": null,
                        "street": null,
                        "district": null,
                        "town": null,
                        "county": null,
                        "country": null,
                        "postcode": null

                    },

                    "work": {

                        "house_number": null,
                        "house_name": null,
                        "apartment": null,
                        "street": null,
                        "district": null,
                        "town": null,
                        "county": null,
                        "country": null,
                        "postcode": null

                    },

                    "postal": {

                        "house_number": null,
                        "house_name": null,
                        "apartment": null,
                        "street": null,
                        "district": null,
                        "town": null,
                        "county": null,
                        "country": null,
                        "postcode": null

                    }
                },

                "salutation": null

            }
        },

Sample output generated for a contact

The id is linked to Code field in the Control Centre.

"data": [

                {

                    "id": "AXXXXX",
                    "upi": "XXXXX",
                    "mis_id": "XXXXX",
                    "initials": null,
                    "surname": "XXXXX",
                    "forename": "XXXXX",
                    "middle_names": "XXXXX",
                    "legal_surname": "XXXXX",
                    "legal_forename": "XXXXX",
                    "gender": null,
                   "date_of_birth": null,

                    "created_at": {

                        "date": "20XX-XX-XX 00:00:00.000000",
                        "timezone_type": 3,
                        "timezone": "UTC"

                    },

                    "updated_at": {

                        "date": "20XX-XX-XX 00:00:00.000000",
                        "timezone_type": 3,
                        "timezone": "UTC"

                    },

                    "relationship": {

                        "bill_payer": null,
                        "lives_with_pupil": null,
                        "email_bills": null,
                        "copy_bills": null,
                        "court_order": null,
                        "pupil_report": null,
                        "parental_responsibility": "true / false",
                        "correspondence": null,
                        "email_notification": null,
                        "sms_notification": null,
                        "mail_notification": null,
                        "push_notification": null,
                        "in_touch_communication": null,
                        "priority": 1,
                        "relationship": "Father/Mother/Grandparent etc"

                    }

Students Details will be repeated if a Parent has more than one Child in the same Account.