This module provides integration with Slack over webhooks. Slack integration (https://api.slack.com/messaging/webhooks) It relays on libcurl through http_client module.
| Parámetro | Tipo | Descripción |
|---|---|---|
| channel | str | 3.3. username (str) 3.4. icon_emoji (str) |
| username | str | 3.4. icon_emoji (str) |
| icon_emoji | str | 3.1. slack url (str) |
| channel | str | Slack channel name |
| username | str | Specify the username for the published message |
| icon_emoji | str | specify an emoji (using colon shortcodes, eg. :white_check_mark:) to use as the profile photo alongside the message. |
4.1. slack_send(format)
Send a formatted message to slack channel.
Copyright © 2021 arsperger.com