Share Content
Share third-party content, such as a news article, into the specified stream. The stream can be a chat room or an IM.
Last updated
Was this helpful?
Share third-party content, such as a news article, into the specified stream. The stream can be a chat room or an IM.
Last updated
Was this helpful?
📘 NoteVisit Overview for an overview of streams.
🚧 Roles and PrivilegesFor not public rooms, the caller needs to be on the stream or have the Content Management role. See Bot Permissions for a list of roles and associated privileges.
articleId
string
Yes, if articleUrl
not specified
A unique ID for this article, not used by any other article
title
string
Yes
The title of the article
subTitle
string
No
The subtitle of the article
message
string
No
The message text that can be sent along with the shared article
publisher
string
Yes
Publisher of the article
publishDate
string
No
Article publish date in unix timestamp (in seconds)
thumbnailUrl
string
No
URL to the thumbnail image
author
string
Yes
Author of the article
articleUrl
string
Yes, if articleId
not specified
URL to the article
summary
string
No
Preview summary of the article
appId
string
Yes
App ID of the calling application
appName
string
No
App name of the calling application
appIconUrl
string
No
App icon URL of the calling application
Given a 3rd party content (eg. news article), it can share to the given stream. The stream can be a chatroom, an IM or a multiparty IM.
/v3/stream/{sid}/share
Stream ID
Session authentication token.
Key Manager authentication token.
Type of content to be shared. Currently only support "com.symphony.sharing.article"