LITTRA Push

Getting Started

LITTRA PUSH

Littra Push is a fast and robust solution for customer engagement. Our service enables push notification prompt on websites, opting which directs real-time notifications to the user’s device. Littra Push works with popular operating systems and content management platforms. You also get to easily keep tabs on user engagement metrics.

i
Littra Push works with almost all popular latest browsers and devices.
TLC Images

Browser Support

Following browsers are supported by our service:

BrowserVersionDevice
ChromeDesktop50
FirefoxDesktop44
Edge OldDesktop17-18
Edge ChromiumDesktop79
OperaDesktop42
ChromeAndroid88
FirefoxAndroid83
OperaMobile59
UC BrowserMobile12.12
Samsung InternetMobile4
Internet ExplorerAllNot supported yet
SafariAllNot supported yet

TLC Images
i
Red indicates not supported, Green indicates supported, Yellow indicates partial support and Gray indicates support unknown

Sign UP

Signing up is a fairly easy process with Littra Push, you can either log in using your Google account or just log in directly using your email and set a password, no need to register.

i
The login and signup processes are combined, so no need to signup separately.
TLC Images

Create Project

Inorder to create new project, click Projects section in the sidebar then click New Projects button in the top right corner, then enter Project Name and Link and click create button.
You can create multiple projects for a single product and assign each project for multiple purposes. Each project can have different logo and title to showcase its purpose.

    Examples:
  • Alert users when a discount is available.
  • Alert users when the stock of a specific product is running out.
  • Alert users when is product is about to be delivered.
  • And many more.

i
You can create multiple projects, and send push notification for that particular project.
TLC Images

Add Script

i
In case you already have a "serviceworker" in your site you don't have to paste the "service.js" file in the second step

After creating project an API Key prompt appears, copy that script and follow the instructions:

    Adding our script is a two step process:
  1. Paste the copied script to your websites index.html in head tag.
    i
    <head> 
    <script 
    src="https://littrapush.s3.ap-south-1.amazonaws.com/sdk/client.js?apiKey=YOUR_API_KEY"
    id="littrapush" type="text/javascript">
    </script>
    </head>
    TLC Images
  2. Step 2 can be divided into two parts:
    1. If your website already has a serviceworker you can skip this step
    2. Else, you have to downloadService.zipuncompress the service.js and paste it into your root directory of your project. Furthermore you have to add following script to your head tag too.
      i
      <script>
      window.LITTRA.registerServiceWorker();
      </script> 

TLC Images
TLC Images

Test Device

Test Device feature generally gives you a demo of how our push notification service works. Push notification will be sent to your device showcasing how it will appear on the end-users systems.

i
It's always better to test first then send notification to end-users.
TLC Images

Send Notification

Push notifications can be sent easily by just single-click. Furthermore you can also send push notifications targeting user types (real-time, past, current) and add images to illustrate your purpose.

i
Users meta-data makes targeting a specific group of individuals more easy.
TLC Images
TLC Images

Message Track

We keep log of all the messages sent in a project, so client can easily track the old messages sent to the users and can even filter messages using the search feature.

i
Messages can be filtered by Title or Body Message string.
TLC Images
TLC Images

Send Unique User Message

Littra Push provides a service in which a user can send the notification to a unique user it want, which makes it easier to use.

Login Device

By using the below code a user can logged into devices and send Push Notifications.

i
window.LITTRA.login(<userId>,{});

Remove User Id

The Login and Logout is the main feature of any website where the user can signIn,signOut or delete his account as per his choice. The codes for login and logOut are as follows-

i
window.LITTRA.logout();

Integrate-Api

This code will guide you to implement api in your website.

Help

For any kind of help please reach out to us @littrapvtltd@gmail.com.