Formatting our messages
We can add some style to our messages, from text to links and buttons, so that they can become something more than a simple bunch of text. Actually, modifying by hand all the payloads to check what combinations of attributes best suits your messages can be too much hassle, but Slack helps us with an online Message Builder that lets you customize and preview your messages without the to post it anywhere. Just head to your browser at https://api.slack.com/docs/messages/builder, and let's start having fun:

The payload editor lets you try your message before sending it.
Inside the upper box, we can forge our payload as we wish and preview it in the lower box, so let's see some of the more interesting bits that we can add to our messages:
- Bold: Well, this is a classic. You can turn any of text in bold simply by wrapping it between two asterisks, try out this payload:
{ "text": "This is a *bold string* and this a *bold* word" }
Here is how our bold lines appear in the...