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

ArgumentTypeDefault value
webhook_urlstrnull
channelstrnull
senderstrnull
textstrnull
icon_emojistr, NoneNone
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

ArgumentTypeDefault value
webhookstrnull
messagestr, dictnull
channelstr, NoneNone
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