wfm.ServerNotifyClients

This job sends a message to update the inbox to clients whose users are listed in the user ID list. If the list is empty, a message is sent to all connected clients.

This job serves communication between different servers and is generally called by another server, not by clients.

1. Input Parameters

Name Type Required Description

UserGUIDs

STRING

Yes

Comma-separated list of user GUIDs (empty = notify all connected clients)

2. Return Value

(INT): 0 = Job successful, otherwise error code.