Interactive 'flat' message button / links

Hello!

I am building a clone of the /remind functionality in Slack. One of the features of that command is /remind list, which shows a list of upcoming remindersn and expired ones… with links to delete, complete, etc… but the links look like html links not buttons. (aka flat).

Does Mattermost have flat interactive message buttons? It would be awesome!
(Otherwise I will have to figure out something with buttons)

Thank you!

Hi @scottleedavis!

Here is some documentation related to buttons and slash commands that might help: https://docs.mattermost.com/developer/interactive-message-buttons.html and https://docs.mattermost.com/developer/slash-commands.html.

Thank you @amy.blais! I am pretty familiar with your docs on the matter and found nothing about flat button /links for interactive message buttons. Are there additional docs?