...
The following tags will be accepted by the API Agent and will be transliterated to the given standard tags:
MessageML | Equivalent PresentationML | Description |
---|---|---|
| <span class="entity" data-entity-id="mention123456">@Pretty Name</span> | It is inconvenient for API callers to identify the correct numeric ID for a user when constructing a Mention (although API to find this from an email address does exist). It is also necessary for the pretty name provided in the PresentationML mention markup to be validated. For these reasons additional mention tags will be provided which will be mapped to equivalent PresentationML markup by the API agent. |
| <audio src="https://asset.symphony.com/symphony/audio/chime.mp3" autoplay="true"/> | A shorthand to allow a chime to be sent in a message. |
<card iconSrc="url" class="barStyle" accent="blue"> <header>PresentationML</header><body>PresentationML</body></card> | <div class="card barStyle" data-icon-src="url" data-accent-color="blue"> <div class="cardHeader">PresentationML</div> <div class="cardBody">PresentationML</div> </div> | A card is a standard item in a message which has a number of visual elements and which can be opened and closed. |
Transitional MessageML Elements
...