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


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:
|
Subdomain for Indirect Push | Input a subdomain to be provided by FlareLane |
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>

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.
Last modified 19d ago