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.
Request Example
📘 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.
Content Fields
Parameter | Type | Required | Description |
---|---|---|---|
| string | Yes, if | A unique ID for this article, not used by any other article |
| string | Yes | The title of the article |
| string | No | The subtitle of the article |
| string | No | The message text that can be sent along with the shared article |
| string | Yes | Publisher of the article |
| string | No | Article publish date in unix timestamp (in seconds) |
| string | No | URL to the thumbnail image |
| string | Yes | Author of the article |
| string | Yes, if | URL to the article |
| string | No | Preview summary of the article |
| string | Yes | App ID of the calling application |
| string | No | App name of the calling application |
| string | No | App icon URL of the calling application |
Last updated