Azure Web PubSub · Arazzo Workflow
Azure Web PubSub Notify User if Online
Version 1.0.0
Send a user a message only when they currently have at least one live connection.
Provider
Workflows
notify-user-if-online
Check whether a user is connected, then send a message only if online.
Probes a user with userExists and branches: when the HEAD returns 200 it sends via sendToUser, otherwise it ends.
1
checkUser
Probe whether the user currently has any connections. A 200 means online; a 404 means no connection.
2
notifyUser
Deliver the supplied plain-text message to every connection owned by the user.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.