Cross-Provider Workflow
Okta User Create to App Assignment to Slack Notify
Version 1.0.0
Create an Okta user, assign them to an application, then notify Slack.
Providers Orchestrated
Workflows
create-user-assign-app
Create an Okta user, assign to an app, and notify Slack.
Creates an Okta user, assigns the new user to an application by id, and posts a Slack message announcing the access grant.
1
create-user
$sourceDescriptions.oktaApi.createUser
Create the new user in Okta.
2
assign-app
$sourceDescriptions.oktaApi.assignUserToApplication
Assign the new user to the target application.
3
notify-slack
$sourceDescriptions.slackApi.postChatPostmessage
Announce the new access grant in Slack.
Source API Descriptions
openapi