Using Ionic Icons With Indicators

Icons offered from the Ionic library can be used with Indicator Actions to give a more robust set of out of the box icons.  This also applied to custom buttons created using Indicator Actions.  For full reference to the available icons, refer to the ionic documentation.

https://ionic.io/ionicons

1

Use the ImageFile property

When creating the Indicator Action in the IVR, use the ImageFile property and prefix the ionic icon file name with ionic:

ionic:chatbubbles will use the chatbubbles icon in your indicator.

TOP