Standard Entities
This section lists the Structured Objects available for use in messages.
Standard Entities
Article
Field | Required | Format | Description |
| Yes | String | The headline of the article |
| No | String | The subtitle of the article |
| No | String | A summary of the article to display |
| No | Date of publication | |
| No | String | Name of the publisher |
| No | String | Name of the author |
| No | URL (could be a data url) | Image to be displayed - 106x106px |
| Must provide either | String | An identifier used by the application to deeplink to the article |
| Must provide either | URL | URL to the article (opened in a new browser window) |
Financial Objects
org.symphonyoss.fin.security
Field | Required | Format | Description |
type | Yes | String | The type of object. Must be set to |
id | Yes | Array of Objects | An array of one or more of the following objects: org.symphonyoss.fin.security.id.ticker org.symphonyoss.fin.security.id.isin org.symphonyoss.fin.security.id.cusip org.symphonyoss.fin.security.id.openfigi More information about these objects is provided below. |
org.symphonyoss.fin.security.id.ticker
Field | Required | Format | Description |
type | Yes | String | The type of object. Must be set to |
value | Yes | String | The name/ID of a ticker. |
org.symphonyoss.fin.security.id.isin
Field | Required | Format | Description |
type | Yes | String | The type of object. Must be set to |
value | Yes | String | The entity's ID. |
org.symphonyoss.fin.security.id.cusip
Field | Required | Format | Description |
type | Yes | String | The type of object. Must be set to |
value | Yes | String | The entity's ID. |
org.symphonyoss.fin.security.id.openfigi
Field | Required | Format | Description |
type | Yes | String | The type of object. Must be set to |
value | Yes | String | The entity's ID. |
FDC3 Action buttons
FDC3 action buttons allow chat bots to embed buttons in messages which, on click, will raise an intent.
Action buttons are only displayed to users who have a Desktop Integration Platform (DIP) set up, such as Finsemble, Glue42 or OpenFin.
Learn more about Desktop Interop and intents here.
MessageML (message
property)
Note: Please see above the default text that would be displayed to users who don't have a desktop integration platform set up.
EntityJSON part (data
property)
Display in Symphony:
Image
Field | Required | Format | Description |
type | Yes | String | The type of entity. Must be set to |
version | Yes | String | The version. |
format | Yes | String | The data format. Must be set to |
url | Yes | String | The URL of the image. |
Taxonomy (mention)
Field | Required | Format | Description |
type | Yes | String | The type of object. Must be set to |
version | Yes | String | The object's version. |
id | Yes | Array of objects | An array of one or more of the following objects: • com.symphony.user.userId More information about these objects is provided below. |
com.symphony.user.userId
Field | Required | Format | Description |
type | Yes | String | The type of object. Must be set to |
value | Yes | String | The ID of a user. |
Video
Field | Required | Format | Description |
type | Yes | String | The type of object. Must be set to |
version | Yes | String | The version. |
format | Yes | String | The video's format. Must be set to |
url | Yes | String | The URL of the video. |
id | Yes | String | The unique ID of the video (can be extracted from the video URL). |
Go further...
Continue here to learn more about structured objects:
Custom EntitiesLast updated