Skip to content

ccccccklirvujfjcgderttukfkrfdubhvfgrcfclulie

Post message to Slack

Demo app showing how to post messages to Slack from Qlik Sense load script.

Load script

Assuming the .qvs helper subs are used, only one line of script is needed to send a Slack message:

qlik
// -------------------------------------------
// Post message to Slack
// -------------------------------------------
// Post a basic message to Slack
Call PostToSlack('#general', 'Butler the Bot', '👽 Greetings, we come in peace.' , ':ghost:')

Note how emojis can be used in the message and a message specific icon can be used ("👻" above).

The Slack message looks like this:

Slack message created from Qlik Sense load script

Slack message created from Qlik Sense load script

Demo app

The demo app is available in the GitHub repository.

See Also

Released under the MIT License.