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:
    • Name: Enter an internal display name for the invitation button.
    • Customization section
      • Button: Select the size of the button. Click the circle icon next the the drop-down menu to change the color of the button.
      • Border: Select the roundness of the button's corners. A high number means the corners are more rounded.
      • Font: Select the font type of the invitation button text. Click the circle icon next the the drop-down menu to change the color of the text.
      • Text: Specify the text to display in the invitation button.
  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>