Sendbird · Arazzo Workflow
Sendbird Onboard a User and Start a Group Channel
Version 1.0.0
Create a user, open a group channel for them, and post a welcome message.
Provider
Workflows
onboard-user-and-start-channel
Register a new user and seed a welcome group channel.
Creates a user, then a group channel containing that user, then posts an admin welcome message addressed to the new member.
1
createUser
createUser
Register the new user with a nickname and profile image.
2
createChannel
createGroupChannel
Create a group channel that includes the freshly created user.
3
sendWelcome
sendMessage
Post an admin welcome message into the new channel.