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”: ,
        “gender”: ,
       “date_of_birth”: ,

        “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”: ,
                    “work”: ,
                    “mobile”: “XXXXX”

                },

                “emails“: {

                    “email”: XXXXX@XXXX.XXX,
                    “primary”: ,
                    “home”: ,
                    “work”:

                },

                “addresses“: {

                    “home”: {

                        “house_number”: ,
                        “house_name”: ,
                        “apartment”: ,
                        “street”: ,
                        “district”: ,
                        “town”: ,
                        “county”: ,
                        “country”: ,
                        “postcode”:

                    },

                    “work”: {

                        “house_number”: ,
                        “house_name”: ,
                        “apartment”: ,
                        “street”: ,
                        “district”: ,
                        “town”: ,
                        “county”: ,
                        “country”: ,
                        “postcode”:

                    },

                    “postal”: {

                        “house_number”: ,
                        “house_name”: ,
                        “apartment”: ,
                        “street”: ,
                        “district”: ,
                        “town”: ,
                        “county”: ,
                        “country”: ,
                        “postcode”:

                    }
                },

                “salutation”:

            }
        },

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”: ,
                    “surname”: “XXXXX”,
                    “forename”: “XXXXX”,
                    “middle_names”: “XXXXX”,
                    “legal_surname”: “XXXXX”,
                    “legal_forename”: “XXXXX”,
                    “gender”: ,
                   “date_of_birth”: ,

                    “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”: ,
                        “lives_with_pupil”: ,
                        “email_bills”: ,
                        “copy_bills”: ,
                        “court_order”: ,
                        “pupil_report”: ,
                        “parental_responsibility”: “true / false”,
                        “correspondence”: ,
                        “email_notification”: ,
                        “sms_notification”: ,
                        “mail_notification”: ,
                        “push_notification”: ,
                        “in_touch_communication”: ,
                        “priority”: 1,
                        “relationship”: “Father/Mother/Grandparent etc”

                    }

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

Can't find what your looking for?