Microsoft Office 365 · Arazzo Workflow
Microsoft Office 365 Notify New User
Version 1.0.0
Create a user, then send a welcome email to their new mailbox address.
Provider
Workflows
notify-new-user
Provision a user and email them a welcome message.
Creates a user via POST /users (201), reads it via GET /users/{user-id} (200), then sends a welcome email via POST /me/sendMail (202).
1
2
readUser
Read the created user back to capture the resolved userPrincipalName for addressing the welcome email.
3
sendWelcome
Send a welcome email from the signed-in account to the new user's address. Returns 202 Accepted.
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.