Customizing campaign invitations


While changing campaign settings, Zoom Contact Center admins can create and customize the type of invitation they would like to use for their campaign. The purpose of the invitation is to provide a call to action to the consumer to engage with the campaign.

You can create or customize two types of invitations:

This article covers:

Prerequisites for customizing the campaign invitation

How to create or customize a sticky campaign invitation

  1. Sign in to the Zoom web portal.
  2. In the navigation menu, click Contact Center Management then Campaign Management.
  3. Click the display name of the campaign you want to customize.
  4. In the Invitation section, select Sticky in the drop-down menu located in the top-right corner.
  5. Click Create Invitation, or hover over an existing button and click Edit to customize an existing configuration.
  6. 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.
  7. Click Save.

How to create or customize an embedded campaign invitation

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

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>