Add Push Notifications

This document describes the process of adding data alerts subscription, adding/modifying data alerts configurations and receiving push notifications to email or SMS. Push notifications will be pushed to a webhook url based on specified frequency. The available frequencies are "Daily", "Weekly" and "Monthly".

Setting up Push Notifications

1

Log in to https://www.enformion.com and select Person Search.

438

Enter person information such as a TahoeId and click Search.

1865

Click the notification icon on the results page.

1861

Click on Add Recipient and fill out information for method of notification. Multiple recipients can be added. Select check box(es) for desired alert types and click save.

601

Example Push Notification Payload

{
    "ClientId": "db79e37f-56e3-4fd8a-e6ab-5426c1230f9",
    "SubClientId": "26ec9129-85dc-4db0-adf3-fae50bd51095",
    "SinceDate": "11/1/2021",
    "Records": [
        {
            "TahoeId": "G-XXXXXXXXXXXXXXXXXXX",
            "Alerts": [
                {
                    "Hash": "-213456783",
                    "IsPublic": false,
                    "GeneratedDate": "12/17/2021",
                    "AlertType": "AnyNewAddress"
                }
            ]
        },
        {
            "TahoeId": "G9216439176547323168",
            "Alerts": [
                {
                    "Hash": "-1234567160",
                    "IsPublic": false,
                    "GeneratedDate": "11/30/2021",
                    "AlertType": "AnyNewSurname"
                }
            ]
        },
        {
            "TahoeId": "G9220154662871533952",
            "Alerts": [
                {
                    "Hash": "212753457",
                    "IsPublic": false,
                    "GeneratedDate": "11/30/2021",
                    "AlertType": "AnyNewAddress"
                },
                {
                    "Hash": "-784345833",
                    "IsPublic": false,
                    "GeneratedDate": "11/30/2021",
                    "AlertType": "AnyNewSurname"
                }
            ]
        }
    ]
}
PeopleFinders Pro, LLC (“Peoplefinders PRO”) is not a consumer reporting agency and does not offer consumer reports. You cannot use any information from PeopleFinders PRO to determine someone’s eligibility for credit, insurance, employment, housing or any purpose covered under the Fair Credit Reporting Act, 15 U.S.C.A. § 1681, et seq., as now or hereafter amended. PeopleFinders PRO does not make any representation or warranty about the accuracy of the information provided or the character or integrity of the person about whom you inquire. These records may contain inaccuracies, be incomplete or not be associated with the person in this report. The information provided should not be used as a substitute for your own due diligence.