Documentation
Website
  • Getting Started
  • Customer Journey
    • Creating Customer Journey
    • Understanding the Journey
    • Performance Dashboard
    • Pre-built Templates
  • Channels
    • Mobile Push
    • Web Push
    • In-App Message
    • SMS/LMS
    • Webhook
  • Audience
    • Segments
    • Device Management
  • Engagement Tools
    • Dashboard
    • Message Personalization (Liquid)
    • Template
    • Sending Test Messages
    • AI Messaging
    • API Templates
    • Rate Limiting
    • Frequency Capping
    • Tracking Events
    • Inviting Members
  • Data Integration
    • User ID
    • Events
    • Tags
    • Integrating Google Tag Manager
    • Integrating Amplitude
    • Integrating Mixpanel
  • Guide for Developers
    • Mobile SDK Setup
      • Android SDK Setup
      • iOS SDK Setup
      • React Native SDK Setup
      • Flutter SDK Setup
      • Additional Setup
        • Android: FCM Setup (v1)
        • Android: Notification Icons
        • iOS: APNS Setup
        • iOS: Disable Swizzling
    • Web SDK Setup
    • REST API Reference
    • Mobile SDK Reference
    • Web SDK Reference
Powered by GitBook
On this page
  • Finding Your Device ID
  • Mobile Push
  • Web Push
  • Adding Test Devices
  • Testing Messages
  1. Engagement Tools

Sending Test Messages

PreviousTemplateNextAI Messaging

Last updated 6 months ago

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.

Before you start: Have you subscribed to your device yet? Test messages can only be sent from devices that are already subscribed.

Please proceed once you've integrated with the FlareLane console and there is at least one subscribed device available.


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)

  1. Right-click on the subscribed webpage and click on Inspect.

  1. 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:

Image by FlareLane
Image by FlareLane
Image by FlareLane
Image by FlareLane
Image by FlareLane