Shortcuts on Messaging Replies

(John Jackson) #1

You can now add shortcuts to messaging replies. So when you reply back to an email sent via our Messaging Service, the reply shows up right inside the bot conversation, along with helpful shortcuts for the user.

A popular use case is going to be adding a ‘Reply’ button so that users can easily get back into your send message flow to follow up with a reply. Or use shortcuts to help your users find the content & services they need.

You can add shortcuts 2 ways. Either add them using the new shortcuts field on the Send Message to Email action or, add them on the fly to any reply message, using the format ((Shortcut)).

For example, in the image above, the person responding to the question added a ((User Guide)) shortcut to help the user discover the bot’s interactive user guide.

We hope you love this new feature. Still to come soon, 2 new messaging templates for quickly adding interactive messaging to your bots.

1 Like
(Animesh Singh) #2

Hi, I saw some of the messengers using vertical shortcuts (eg - CNN).

Its like cards, but there is no image, just a list of shortcuts arranged vertically.

How can we do that?

(Khashayar) #3

Is this what you’re talking about?

For this, you have to use the generic template (card), but only type the title. Leave subtitle, image_url, and default_action blank. Here is the code for this exact card, in case you want to inspect it:

http://www.jsoneditoronline.org/?id=e3ee6a4e1b629b1e8e74c1a3ef684684

You can copy paste this code in Custom Request.

1 Like
One button per line
(Animesh Singh) #4

Thanks for all the help. It works !