Cross-Provider Workflow
Auth0 User Create to Role Assignment to Slack Notify
Version 1.0.0
Create an Auth0 user, assign a role, then announce it in Slack.
Providers Orchestrated
Workflows
create-user-assign-role
Create an Auth0 user, assign a role, and notify Slack.
Creates a user in Auth0, assigns a role to the new user, and posts a Slack message confirming the role grant.
1
create-user
$sourceDescriptions.auth0Api.post_users
Register the new user in Auth0.
2
assign-role
$sourceDescriptions.auth0Api.post_user_roles
Assign a role to the newly created user.
3
notify-slack
$sourceDescriptions.slackApi.postChatPostmessage
Confirm the role grant in Slack.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.