Webhooks let udServer notify an external endpoint in real time when certain server events occur — for example to sync user accounts with another system or to drive automation. The Webhooks page in the Admin console manages them and requires the Server Config global permission.
A webhook subscribes one endpoint URL to one or more events:
| Event | Fires when |
|---|---|
User Created (user-create) | A new user account is created. |
User Updated (user-update) | A user's profile is updated. |
User Login (user-login) | A user logs in. |
When a subscribed event occurs, udServer sends a request to the configured URL so the receiving system can react.
For the underlying API, see /_webhook/list and /_webhook/update in the developer guide.