Cross-Provider Workflow
Entra User with Slack Onboarding Channel Create and Invite
Version 1.0.0
Provision an Entra user, create a Slack onboarding channel, then invite them.
Providers Orchestrated
Workflows
provision-user-onboarding-channel
Create an Entra user, create a Slack channel, and invite them.
Provisions a user in Microsoft Entra ID, creates a Slack onboarding channel, and invites the new hire's Slack user into that channel.
1
create-user
$sourceDescriptions.entraApi.createUser
Provision the new hire in Microsoft Entra ID.
2
create-channel
$sourceDescriptions.slackConversationsApi.postConversationsCreate
Create the Slack onboarding channel.
3
invite-user
$sourceDescriptions.slackConversationsApi.postConversationsInvite
Invite the new hire into the onboarding channel.
Source API Descriptions
openapi
openapi