Skip to content

Commit db9644e

Browse files
Merge pull request #56161 from nextcloud/rakekniven-patch-2
chore(i18n): Changed unicode character and removed line breaks
2 parents 9755246 + ceda2a9 commit db9644e

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

apps/webhook_listeners/appinfo/info.xml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,11 @@
1010

1111
<summary>Send notifications to external services whenever something important happens, like when files are changed or updated.</summary>
1212
<description>
13-
<![CDATA[
14-
Set up webhooks that automatically notify external services whenever certain events - like file changes - occur
15-
within Nextcloud. By configuring these webhooks, administrators can specify which actions in their Nextcloud instance
16-
should trigger notifications and where those notifications should be sent, enabling seamless integration with other platforms
17-
and automating workflows.
18-
19-
The app works by monitoring Nextcloud’s event system and dispatching HTTP requests (webhooks) containing relevant event
20-
data to the specified endpoints whenever a configured event takes place. This approach makes it easy to connect Nextcloud
21-
with external tools, allowing for real-time interactions without needing to manually check for updates or changes.
22-
23-
Administrators can configure webhook listeners via the app's OCS API. The app also provides a command-line tool to list
24-
currently configured webhooks. There are no Web UI settings.
13+
<![CDATA[Set up webhooks that automatically notify external services whenever certain events - like file changes - occur within Nextcloud. By configuring these webhooks, administrators can specify which actions in their Nextcloud instance should trigger notifications and where those notifications should be sent, enabling seamless integration with other platforms and automating workflows.
14+
15+
The app works by monitoring Nextcloud's event system and dispatching HTTP requests (webhooks) containing relevant event data to the specified endpoints whenever a configured event takes place. This approach makes it easy to connect Nextcloud with external tools, allowing for real-time interactions without needing to manually check for updates or changes.
16+
17+
Administrators can configure webhook listeners via the app's OCS API. The app also provides a command-line tool to list currently configured webhooks. There are no Web UI settings.
2518
]]>
2619
</description>
2720

0 commit comments

Comments
 (0)