Posts
Create Post
Creates a post in the chat specified in path. Any mention can be added within the text attribute of the request body in .md format - , where type is one of (Person, Team, File, Note, Task, Event, Link, Card) and id is a unique identifier of the mentioned object of the specified type. Attachments of the following types (File, Card, Event, Note) can also be added to a post by passing type and ID of attachment(s) in request body.
post/team-messaging/v1/chats/{chatId}/posts
Path parameters
chatIdstring required
Internal identifier of a chat.
Request body
Response
Success
Example response
{
"attachments": [
{
"footnote": {
"time": "2016-03-10T18:07:52.534Z"
}
}
]
}