We can make the message look a little bit more friendly. Therefore we should add a configurable username and Emoji for slack. This can be done in the payload like so:
{
"text": "This is a line of text in a channel.\nAnd this is another line of text.",
"username": "Magento 2 Notification Bot",
"icon_emoji": ":money_with_wings:"
}
We can make the message look a little bit more friendly. Therefore we should add a configurable username and Emoji for slack. This can be done in the payload like so:
{ "text": "This is a line of text in a channel.\nAnd this is another line of text.", "username": "Magento 2 Notification Bot", "icon_emoji": ":money_with_wings:" }