Note: You are looking at a static snapshot of documentation related to Robot Framework automations. The most recent documentation is at https://robocorp.com/docs
RPA.Slack
Send message to Slack channel using webhook.
Arguments
| Argument | Type | Default value |
|---|---|---|
| webhook_url | str | null |
| channel | str | null |
| sender | str | null |
| text | str | null |
| icon_emoji | str, None | None |
| param webhook_url: | needs to be configured for the Slack server |
|---|---|
| param channel: | channel needs to exist in the Slack server |
| param sender: | shown in the message post as sender |
| param text: | text for the message post |
| param icon_emoji: | icon for the message post, defaults to None |
Send Slack message by custom JSON content.
Arguments
| Argument | Type | Default value |
|---|---|---|
| webhook | str | null |
| message | str, dict | null |
| channel | str, None | None |
| param webhook_url: | needs to be configured for the Slack server |
|---|---|
| param message: | dictionary or string defining message content and structure |
| param channel: | can be used to set channel into message structure |