Sending Test Messages
We recommend sending test messages first if you'd like to preview how push notifications appear on actual devices before sending them or need to categorize test devices among your team members.
Finding Your Device ID
Mobile Push
Once you create a push notification and it's active, you can check the device ID (shown as 'deviceId') on your PC.
Web Push
PC (Windows)
Right-click on the subscribed webpage and click on Inspect.

Go to the Console in the bottom right corner, then run the following command to generate your device ID:
FlareLane.getDeviceId(id => console.log(id))

Mobile (Android)
After clicking the widget displayed on the site, click the Allow Notifications button 10 times to reveal the subscribed device ID.

Adding Test Devices
On the test device page, enter the device ID from the above to add it as a test device, as shown below:

Testing Messages
Click New Message to compose your message, then click on Send to Test Device, as shown below:

Last updated