Cross-Provider Workflow
Auth0 Organization Create and Member Add with Slack Notify
Version 1.0.0
Create an Auth0 organization, add a member, then announce in Slack.
Providers Orchestrated
Workflows
create-org-add-member
Create an Auth0 organization, add a member, and notify Slack.
Creates an Auth0 Organization, adds a user as a member, and posts a Slack message announcing the new tenant.
1
create-org
$sourceDescriptions.auth0Api.post_organizations
Create the new Auth0 Organization.
2
add-member
$sourceDescriptions.auth0Api.post_members
Add the user as a member of the new organization.
3
notify-slack
$sourceDescriptions.slackApi.postChatPostmessage
Announce the new organization 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.