LogoLogo
WebsiteGuide & TutorialBlogBook a Demo
1.0.0
1.0.0
  • Acquire Developers Hub
  • Acquire
    • Acquire Build Requirement
      • Requirement For Acquire
      • Acquire Speedtest
  • JS API
    • JS Live Chat API
      • Description
      • Installation
      • Visitor
      • Thread
      • Conversation
      • User Verification
    • Quick Link Support
      • One Click Button
      • Social Media Share
    • Backend JS SDK
      • Setup Backend JS SDK
      • Demo Backend SDK
    • Advanced
      • Widget UI
      • Reference
  • Co Browse APIs
    • Acquire Co Browse
      • Co Browse API
  • Acquire API Events
    • WebRTC Related Events
  • iOS
    • SDK Setup Guide
      • Getting Started
      • Integration Guide (Core)
      • Integration Guide (Lite)
      • Manual Setup iOS
      • Acquire Account ID
    • SDK Configuration Example
    • iOS Cobrowse
    • Theme Setting
    • iOS Push Notifications
    • Verify your users
  • Android
    • Getting Started
      • Integration Guide (Core)
      • Integration Guide (Lite)
      • Start using Acquire
    • Acquire APIs
    • Acquire Delegates
    • Custom UI/widget
    • Cross Platform Integrations
  • Webhook API
    • Webhooks Basic
      • Introduction
      • Webhook Integrate Steps
      • Webhook Format
    • Webhook Events
      • On Chat Start
      • On Chat Accept
      • On Chat Message
      • On Chat Close
  • REST APIs
    • OAuth
      • Authorization
      • Tracklog
    • Profiles API
      • Profile List
      • Thread
      • Feedback
      • Profile Details
      • Message
      • Tags
      • Profile Agents
      • Campaigns
      • Profile Add Update
      • Profile Delete
      • Profile Visit History
      • Sender Emails
    • Chat
      • Chat Notes
    • Analytics
      • Chat Statistics
      • Team Analytics
      • Conversion Rate
      • Chat Tag
      • Co browsing
    • Agent
      • Agents List
      • Agent add
      • Edit / Get-agent
      • Update
    • Trigger
      • Triggers List
      • Triggers Detail
    • Operating Hours
      • Save Operating Hours
      • Get Operating Hours
    • Cobrowse
  • Chatbot API
    • Chat Bot
      • Integrate Your Chatbot
      • Dialog Flow V1 Chat-Bot
      • Dialog Flow V2 Chat-Bot
      • Dialog Flow Fulfillment & Custom Response
      • IBM Watson Integration
      • Amazon Lex Bot
      • Azure's QnA Maker
      • Webhook Calling & User Verification
      • Webhook For Reset Password
  • Knowledge Base APIs
    • Help Docs Setup
      • Get FAQ Categories
      • Get Setup Details
      • Get Side List
      • Get Article
      • Get Recent Article
      • Get Categorized Articles
      • Get Suggestion
  • Errors
    • API Error Handling
      • HTTP Responses
Powered by GitBook
On this page
  • Methods
  • Sample Code to embedd ( for video call )
  • Sample Code to embedd ( for audio call )
  • Sample Code to embedd ( for text chat )
  • Quick Chat Link for Specific Agent
  • Embedd Code For Text Chat
  • Embedd Code For Video Call
  • Embedd Code For Audio Call
  1. JS API
  2. Quick Link Support

One Click Button

Start video, audio and chat support with one click of button.

Copy the code on the right inside the body tag to customize a quick connection to support.

Methods

Method

Parameters

Type

Description

max()

video

String

Starts a video call with widget maximized

audio

String

Starts a audio call with widget maximized

text

String

Starts a text chat with widget maximized

Sample Code to embedd ( for video call )

<a href="javascript:acquireIO.max('video')"> Start Video Call Now </a>

Sample Code to embedd ( for audio call )

<a href="javascript:acquireIO.max('audio')"> Start Audio Call Now </a>

Sample Code to embedd ( for text chat )

<a href="javascript:acquireIO.max('text')"> Start Text Chat Now </a>

Quick Chat Link for Specific Agent

To make a custom link to initiate chat with specific agent, use the following code to generate link.

Embedd Code For Text Chat

<a href="javascript:acquireIO.max('text',AGENT_ID)">Start the Chat</a>

Get AGENT_ID

Example:

<a href="javascript:acquireIO.max('text',12823)">Start the Chat With Som</a>

Embedd Code For Video Call

<a href="javascript:acquireIO.max('video',AGENT_ID)"> Start Video Call Now </a>

Example:

<a href="javascript:acquireIO.max('video',12823)"> Start Video Call Now </a>

Embedd Code For Audio Call

<a href="javascript:acquireIO.max('audio',AGENT_ID)"> Start Audio Call Now </a>

Example:

<a href="javascript:acquireIO.max('audio',12823)"> Start Audio Call Now </a>
PreviousQuick Link SupportNextSocial Media Share

Last updated 6 years ago

First login and open Agents and copy specific agent ID.

Acquire dashboard
Get Agent_ID