Customizing the Zoom Virtual Agent campaign invitation button

While changing campaign settings, Zoom Virtual Agent admins can create or customize the campaign invitation button that consumers can click or tap to start an engagement. You can create or customize two types of buttons:

This article covers:

Prerequisites for customizing the campaign invitation button for Zoom Virtual Agent

How to create or customize a sticky campaign invitation button for Zoom Virtual Agent

  1. Sign in to the Zoom web portal.
  2. In the navigation menu, click AI Management then Virtual Agent.
  3. Click the Campaigns tab.
  4. Click the display name of the campaign you want to customize.
  5. In the Invitation section, select Sticky in the drop-down menu located in the top-right corner.
  6. Click Create Invitation, or hover over an existing button and click Edit to customize an existing configuration.
  7. Customize these settings:
  8. Click Save.

How to create or customize an embedded campaign invitation button for Zoom Virtual Agent

  1. Sign in to the Zoom web portal.
  2. In the navigation menu, click AI Management then Virtual Agent.
  3. Click the Campaigns tab.
  4. Click the display name of the campaign you want to customize.
  5. In the Invitation section, select Embedded in the drop-down menu located in the top-right corner.
  6. Click Create Invitation, or hover over an existing button and click Edit to customize an existing configuration.
  7. Customize the embedded invitation settings.

 Embedded invitation settings

Example of embedded HTML element

The following code blocks show a simple HTML button. You can further customize the design by using CSS.

Placement div tag: 

<div id="chat-button"></div>

Placement HTML code:

<button type="button">Contact us</button>

HTML code to implement on website:

<div id="chat-button">
<button type="button">Contact us</button>
</div>