Links

Indirect Push

1. Requirements

Sign up to FlareLane and create a project

2. Choose a Setup type

Click Channel > Web Push > Indirect Push to start setup.

3. Input Setup Information

Description
Website Name
Website name will be auto-filled when message title is left blank
Website URL
Input the exact website address for SDK integration. If the URL does not match, web push will not work.

The following URLs are also supported based on the URL you entered:
  • When "http" is entered, "https" is also supported
  • Supports mobile subdomains (m.example.com)
Subdomain for Indirect Push
Input a subdomain to be provided by FlareLane

4. Install the SDK and Implement Initialization Code

You can check your project ID at FlareLane console's Project
Add the following script right before the </body> tag of your website.
<script src="https://cdn.flarelane.com/WebSDK.js" charset="UTF-8"></script>
<script>
FlareLane.initialize({ projectId: "PROJECT_ID" });
</script>

5. Complete Setup and Advanced Settings

If everything has been set up correctly, a prompt asking for permission to subscribe will appear when the website is refreshed.
Then, you can proceed with the detailed setting such as the setting up an icon at FlareLane console's Channel > Web Push.