Skip to main content
POST
Add a new message feed

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Payload for creating a new message feed

name
string
required

The name of the message feed

Maximum string length: 100
Example:

"text"

channelId
string
required

Internal ID of the channel that the message feed belongs to

Maximum string length: 30
Example:

"abc665aed9dbb8d036037eeb"

createdAt
string<date-time>

The created timestamp of the message feed

Response

Message feed payload

The returned payload of message feed(s)

messageFeeds
object[]

List of message feeds

messages
object[]

List of last messages in each message feed

users
object[]

List of related users