RingCentral · Arazzo Workflow
RingCentral Create a Team, Add Members, and Post a Message
Version 1.0.0
Stand up a Team Messaging team, add people to it, post a message into the chat, and read the post back.
Provider
Workflows
create-team-add-members-post
Create a team, add members, post a message, and read the post back.
Creates a Team Messaging team, adds additional members by id or email, posts a message into the team's chat, and reads the created post back for confirmation.
1
createTeam
createGlipTeamNew
Create the team. The returned id is both the team id and the chat id used for posting, so it is captured once and reused by the later steps.
2
addMembers
addGlipTeamMembersNew
Add the requested people to the team. Members may be identified by internal person id or by email address. This returns 204 with no body.
3
postMessage
createGlipPostNew
Post the opening message into the team's chat using the team id as the chat id.
4
readPost
readGlipPostNew
Read the post back to confirm it was persisted to the chat and to capture the rendered attachment ids for any follow-up edit.