0

I'm using slack bot to send messages to users. There are some buttons in the message which looks like: enter image description here

One issue is that when the text body on the button is too long, it will be hidden. Is there anyway that I can make all text present on the button?

Rachel Dong
  • 179
  • 1
  • 3
  • 11

1 Answers1

1

I would suggest keeping the information as plain text(mrkdwn),
and add button next to it with label such as 'more info..'

Suyash Gaur
  • 2,481
  • 2
  • 9
  • 22