Sendbird · Arazzo Workflow
Sendbird Archive and Delete a Channel
Version 1.0.0
Read a channel's recent messages for archival, then delete the channel.
Provider
Workflows
archive-and-delete-channel
Snapshot recent messages then delete the channel.
Reads channel details and recent messages for archival, then deletes the channel.
1
readChannel
getGroupChannel
Read channel details to capture its final state.
2
snapshotMessages
listMessages
Pull the most recent messages so they can be archived externally.
3
deleteChannel
deleteGroupChannel
Delete the channel after the snapshot has been captured.