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
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
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
Post the opening message into the team's chat using the team id as the chat id.
4
readPost
Read the post back to confirm it was persisted to the chat and to capture the rendered attachment ids for any follow-up edit.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.