Cross-Provider Workflow
Entra User Create to Group to Slack Welcome
Version 1.0.0
Create a Microsoft Entra user, add them to a group, then post a Slack welcome.
Providers Orchestrated
Workflows
create-user-add-group-welcome
Provision an Entra user, add to a group, and send a Slack welcome.
Creates a user in Microsoft Entra ID, adds the new user to a security group by directory object reference, and posts a welcome message naming the new hire to a Slack channel.
1
create-user
$sourceDescriptions.entraApi.createUser
Provision the new user account in Microsoft Entra ID.
2
add-to-group
$sourceDescriptions.entraApi.addGroupMember
Add the newly created user to the target Entra group.
3
slack-welcome
$sourceDescriptions.slackApi.postChatPostmessage
Post a welcome message for the new hire to a Slack channel.
Source API Descriptions
openapi