Cross-Provider Workflow
Okta Group Grant to Slack Notification
Version 1.0.0
Add an Okta user to a group, then announce the role grant in Slack.
Providers Orchestrated
Workflows
grant-group-notify
Add an Okta user to a group and announce in Slack.
Adds an existing user to an Okta group to grant group-based access, then posts a Slack message naming the user and group.
1
add-to-group
$sourceDescriptions.oktaApi.addUserToGroup
Add the user to the target Okta group.
2
notify-slack
$sourceDescriptions.slackApi.postChatPostmessage
Announce the access grant in Slack.
Source API Descriptions
openapi