Sentry · Arazzo Workflow
Sentry Create a Team and Add a Member
Version 1.0.0
Create a team, confirm it, add an existing organization member, and verify the team roster.
View Spec
View on GitHub
APMApplication MonitoringBug TrackingDeveloper ToolsError TrackingObservabilityPerformance MonitoringReal-Time MonitoringArazzoWorkflows
Provider
Workflows
create-team-add-member
Create a team and add an existing member to it.
Creates a new team, confirms it via retrieval, adds an existing organization member to the team, and lists the team's members to verify the addition.
1
createTeam
createTeam
Create a new team bound to the organization using the supplied team name.
2
confirmTeam
retrieveTeam
Retrieve the newly created team to confirm its slug before adding members.
3
addMember
addMemberToTeam
Add the supplied existing organization member to the confirmed team.
4
listMembers
listTeamMembers
List the team's members to verify the newly added member appears on the roster.