Sendbird · Arazzo Workflow
Sendbird Issue an Access Token and Greet the User
Version 1.0.0
Create a user with an issued access token and send them a private channel greeting.
Provider
Workflows
issue-access-token-and-greet
Create a token-bearing user and greet them in a private channel.
Creates a user with issue_access_token enabled, opens a distinct channel with a system user, and posts a greeting.
1
createUserWithToken
createUser
Create the user and issue a session access token in one call.
2
openPrivateChannel
createGroupChannel
Open a distinct channel between the system user and the new user.
3
sendGreeting
sendMessage
Post a greeting from the system user into the private channel.