Webhooks in More Service – Documentation

Description

This document explains how Webhooks work in More Service and how to activate and configure them.


1. Setup

1.1 Activation

image2026-1-6_13-18-39-.png

To activate Webhooks:

  1. Go to Settings.
  2. Under Apps, select Configure.
  3. If Web Hooks is not yet activated, it will appear in the list under Apps.
  4. Click on Web Hooks to open the activation dialog.
  5. Select Activate to enable it.

Once activated, Web Hooks will appear under Active Apps.


2. Configuration

2.1 Prerequisite

Before configuration, Web Hooks must be activated and visible under Active Apps.

image2026-1-6_13-19-43-.png


image2026-1-6_13-20-6-.png

2.2 How to Configure Web Hooks

Select Web Hooks under Active Apps and complete the following fields:

Destination

Username

Password

Note:
Username and password are transmitted in the request header using Basic Authentication.

Team


3. Data

Webhook data is transmitted from More Service as an HTTP POST request:


4. Data Structure

Data is delivered through the WebHook object, which may contain the following lists:


5. Examples

5.1 New Event

(Insert example JSON here if you want me to format it.)