Alekxs
Alekxs

Reputation: 85

Smooch Rich Messaging on mobile apps

I'm diving into Smooch.io documentation as I'm interested on rich messaging feature that they offer and I saw the syntax for introducing Action Buttons on mobile apps but how can I achieve this? https://smooch.io/rich-messaging/ (I mean a message containing image/map, text and button) I'm just asking for the technology needed to implement and how to show it into a "bubble"-message

Thanks

Upvotes: 1

Views: 167

Answers (1)

kvgauthier
kvgauthier

Reputation: 36

To achieve the map example, you would need to add custom code to your iOS and Android app. Buttons can be sent across all messaging channels that Smooch supports using the button syntax:

%[Button Label](http://anyurl.com)

Images can be sent across all messaging channels using this syntax:

![](http://imageurl.com)

Smooch.io will display your message/image/button in the format that makes the most sense for the end-user, depending on the channel they are viewing it on.

For more information on sending rich medias, checkout the full cheatsheet http://blog.smooch.io/how-to-make-buttons-images-payments-with-smooch-a-syntax-cheatsheet/

Upvotes: 2

Related Questions