Channels
channels
Channels
Bulk
channels.bulk
Methods
post/v1/channels/{channel_id}/messages/bulk/{action}
Bulk update messages for a specific channel. The channel is specified by the channel_id parameter. The action to perform is specified by the action parameter, where the action is a status change action (e.g. archive, unarchive).
Parameters
channel_id: string
(format: uuid) action:
"seen"
"unseen"
"read"
"unread"
"archived"
"unarchived"
"interacted"
"archive"
"unarchive"
"delete"
Response fields
Request example
200Example