SaleAssist for Developers
HomeDashboardAPI DocsBook A Demo
  • đź‘‹Welcome
  • Introduction
  • Onboarding Steps
  • Admin Account Creation
  • Getting Started
  • Features Overview
    • Live Video Calling
      • Outbound Calls
        • Schedule Video Meets
        • Instant Video Meets
      • Inbound Calls
        • How to use ?
        • Integration
        • Desktop Call Management
    • Live Stream Selling
      • How to go Live?
      • Get RTMP and Stream Key from social channels.
    • Shoppable Videos Tiles
      • How to use?
      • Integration
    • Strike
      • AI Videos
    • Co-Browsing
  • Integration Guide
    • Mobile SDK integration
      • Cobrowse - Flutter SDK
      • React Native SDK
      • IOS SDK
      • Android SDK
      • How to delete my account?
      • Cobrowse - Android SDK
      • Cobrowse - IOS SDK
      • Identify your devices for Cobrowse
      • Use 6-digit codes
      • Redact sensitive data
      • Start and Stop Cobrowsing
      • Listening for events
    • User Experience
    • Agent Mapping
    • Nudges
    • Agent Feedback
    • AI Chat (Add Context)
    • API Integration
    • Webhook Integration
    • FAQ & Troubleshooting
    • Lead Management
    • Task Management
    • SaleAssist Whatsapp Feature
    • Sales/Conversion Tracking - Widget
    • Sales/Conversion Tracking - Video Tiles
    • Integrate meetings lite dashboard
  • Assets Managment
    • Media
    • Products
    • Orders
  • Organization Settings
    • Profile
    • Organization
    • Users & Roles
    • SMTP Integration
    • Custom Domain
    • Notification Manager
  • Addons
    • Transcription & Summarization
    • Video QR Codes
    • Video Emails
    • Live Chat
    • Outbound Phone Calling
    • Book In-store appointment
    • Schedule Call
    • Shoppable Video Links
      • How to use?
      • Integration
    • Video FAQs
      • How to use?
      • Integration
    • WhatsApp Onboarding steps
  • Analytics
    • Widget Insights
    • Video tiles insights
    • Reporting
    • SaleAssist Mobile Application
    • How to manage calls on Mobile Application
    • Admin Controls
  • Troubleshooting
    • Troubleshoot Video Call Permissions
  • Release Logs
    • v24.11.24
    • v24.11.30
    • v24.12.10
    • v25.01.10
    • v25.01.18
    • v25.01.29
    • v25.02.05
    • v25.02.05
Powered by GitBook
On this page

Was this helpful?

  1. Features Overview
  2. Live Video Calling
  3. Inbound Calls

Integration

It will only take a few minutes to integrate the widget into your website.

PreviousHow to use ?NextDesktop Call Management

Last updated 8 months ago

Was this helpful?

Pre-installation requirements:

1.

2. Make sure you have access to your website's admin panel. You’ll need it to get the JS script code to integrate in your website HTML Header section.

Installation steps:

  1. After you register, go to the "Assets" tab.

  1. Click on “Widgets” tab and then click on “Add Source” to add new widget as per your use case.

  1. Now here in the “Integration” tab, copy the script by clicking the “Copy Code” button for respective mode of integration as we have 2 modes like Widget and Button.

Code sample:-

<script src="https://static.saleassist.ai/widgets/widget.js"></script>
<script>EmbeddableWidget.mount({source_key: "xxxx-xxxx-xxxxxxxxxx-xxxxxxx"});</script> 

  1. Paste the first line of the code into <head> and next line of the code into </body> of your website.

  2. That’s it! We did say it was simple… Now check out your website to verify that everything's working properly :)

Questions?

Please feel free to reach out via support@saleassist.ai if you need any help:)

Widget View
Button View
Code Sample
Register to SaleAssist Dashboard