Table of Contents
List of Examples
slack webhook URL
parameterchannel
parameterusername
parametericon_emoji
parameterslack_send
usageTable of Contents
This module provides integration with Slack over webhooks. Slack integration (https://api.slack.com/messaging/webhooks)
It relays on libcurl through http_client module.
The following modules must be loaded before this module:
HTTP_CLIENT - the http_client module should be loaded first.
The following libraries or applications must be installed before running Kamailio with this module loaded:
Slack webhook url
Default value is not set (empty)
Example 1.1. Set slack webhook URL
parameter
... modparam("slack", "slack_url", "https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX") ...
Slack channel name
Default value is #kamailio
Specify the username for the published message
Default value is webhookbot.