Cross-Provider Workflow
GitHub Team Create and Member Add with Slack Notify
Version 1.0.0
Create a GitHub team, add a member, then announce it in Slack.
Providers Orchestrated
Workflows
create-team-add-member
Create a GitHub team, add a member, and notify Slack.
Creates a team in a GitHub organization, adds a developer to the team, and posts a Slack message naming the new team.
1
create-team
$sourceDescriptions.githubApi.createTeam
Create the new team in the GitHub organization.
2
add-member
$sourceDescriptions.githubApi.addOrUpdateTeamMembershipForUser
Add the developer to the new team.
3
notify-slack
$sourceDescriptions.slackApi.postChatPostmessage
Announce the new team in Slack.
Source API Descriptions
openapi