Login to follow
AzureWebPubSub

AzureWebPubSub (ODC)

Stable version 1.0.0 (Compatible with ODC)
Uploaded on 12 October 2025 by Nash Muylle
AzureWebPubSub

AzureWebPubSub (ODC)

Documentation
1.0.0

Client Connection Flow:

  1. Your OutSystems server application uses the GenerateClientToken action to create a secure WebSocket URL with an embedded access token
  2. This URL is passed to your client application (web or mobile)
  3. Clients use this URL to establish a WebSocket connection to Azure Web PubSub
  4. Once connected, clients can send and receive real-time messages

Server-Side Messaging:The connector provides three messaging patterns to communicate with connected clients:

  • SendToAll: Broadcast messages to every client connected to the hub - ideal for system-wide notifications or updates
  • SendToUser: Send targeted messages to a specific user identified by their UserId - perfect for personalized notifications
  • SendToGroup: Distribute messages to all clients within a named group - useful for chat rooms, collaborative workspaces, or segmented broadcasts