-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List option changed to normal text #949
Comments
From what I remember when looking into something similar, it has to do with the mxit transport. Replies are sent through the mobi portal API (https://dev.mxit.com/docs/mobi-portal-api) , but outbound messages are sent to the messaging API (https://dev.mxit.com/docs/restapi/messaging/post-message-send). According to the docs, the messaging API does support links through Mxit Markup, but it doesn't go into any detail of how to specify these links.The Mxit Markup docs are really bad, so we might need to find a someone who knows how to specify links in Mxit Markup. Overall I think it is possible to add links to outbound messages, but the API docs don't specify how. |
Our transport does support Mxit Markup for the mobi portal API (assuming that uses the same markup as the messaging API). Perhaps we need to try use that for the messaging API too? |
The markup that the mobi portal API uses is XML, ie. Edit: Actually, I think I might understand links. You do |
@BradWhittington who does one ping nowadays about this stuff at Mxit? |
We are sending signed up users a new dialogue on Mxit. But when we sent the screen to them form our side, the list options are shown as text (not clickable). If users access the message themselves i.e. adding the Mxit contact then selecting the newest campaign, the list options are available.
The two list options that become normal text. (Content shortened on this example)
What it looks like on the phone once we've sent them the message
The text was updated successfully, but these errors were encountered: