Install Script

Setup TriggerBox in your application step by step

Installation Progress

Follow these steps to integrate TriggerBox into your application

Add Script to HTML Head

This script enables TriggerBox functionality in your app

Add this code to the <head> section of your HTML or main layout file:

<!-- TRIGGERBOX SCRIPT START -->
<script>window.initTriggerbox=window.initTriggerbox||((u,c)=>window._triggerboxInit={userId:u,config:c});</script>
<link rel="stylesheet" href="http://triggerbox.app/cdn/triggerbox-embed.css" />
<script
  type="module"
  data-script-client-id="your-client-id"
  id="triggerbox-script"
  defer
  src="http://triggerbox.app/cdn/triggerbox-embed.js"
></script>
<!-- TRIGGERBOX SCRIPT END -->
Keep the data-script-client-id unchanged - it's linked to your account.
Step 1 of 5