How to display HipChat emoticons for users

Summary

How do your HipChat users find what emoticons they can use on your HipChat instance especially if you have added custom emoticons? This example shows how to list them on a Confluence page so they are always up to date.

Requirements

Example

  1. If not already available, define a profile for accessing your company's HipChat instance (server or cloud). See Profiles for more information.
  2. Copy and paste the following wiki markup into the Insert > Markup dialog.
{csv:output=wiki|macros=true|augments=,,!%3%!|headingAugments=,,Image}
{cli:profile=company-hipchat|panel=false}
--action getEmoticonList --quiet
{cli}
{csv}


Improve performance

Consider wrapping the CLI Macro in a Cache Macro to improve display performance and lessen server impact.

View