Dispatch Native — Installation Code

Copy the code below and paste it into your HighLevel agency dashboard:
Settings → Company → Whitelabel → Custom JS section

JavaScript
<script>
const script = document.createElement('script');
script.src = 'https://dpnsystems.com/v2/dispatch/highlevel/app.js';
document.head.appendChild(script);
</script>
Note: After saving, close ALL browsers and reopen to activate.