Skip to content

Commit 6d2bd53

Browse files
[FEATURE] Introduce "Integrations" hub (module) (#6132)
* [FEATURE] Introduce "Integrations" hub (module) References: TYPO3-Documentation/Changelog-To-Doc#1390 Releases: main * [DOCS] Language checks Releases: main --------- Co-authored-by: Sarah McCarthy <sarahmccarthy123@yahoo.com>
1 parent 4e29b7a commit 6d2bd53

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

Documentation/ApiOverview/Webhooks/Index.rst

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
1+
:navigation-title: Webhooks and reactions
2+
13
.. include:: /Includes.rst.txt
24
.. index::
35
Webhooks
46
Reactions
57
.. _webhooks:
68

7-
======================
8-
Webhooks and reactions
9-
======================
9+
=======================================================
10+
Webhooks and reactions: Integration of external systems
11+
=======================================================
12+
13+
.. versionchanged:: 14.0
14+
The backend module for the reactions was moved to
15+
:guilabel:`System > Integrations > Reactions` and the module for the webhooks
16+
to :guilabel:`System > Integrations > Webhooks`
1017

1118
A webhook is an automated message sent from one application to another via HTTP.
1219
It is defined as an authorized POST or GET request to a defined URL. For

Documentation/Configuration/Typo3ConfVars/HTTP.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ for more background information on many of those settings.
9090
:Default: null
9191

9292
For now, the only supported array key is `webhooks` to configure an array
93-
of allowed hostnames that webhooks of `EXT:webhooks`are allowed to connect to
93+
of valid hostnames that webhooks of `EXT:webhooks` are allowed to connect to
9494
(see :issue:`106229` as a protection against DNS rebinding).
9595

9696
Wildcards in the array values are allowed, like `*.example.com`.

0 commit comments

Comments
 (0)