<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://www.kruedewagen.de/w/index.php?action=history&amp;feed=atom&amp;title=Matrix</id>
	<title>Matrix - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://www.kruedewagen.de/w/index.php?action=history&amp;feed=atom&amp;title=Matrix"/>
	<link rel="alternate" type="text/html" href="https://www.kruedewagen.de/w/index.php?title=Matrix&amp;action=history"/>
	<updated>2026-09-08T15:19:33Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in www.kruedewagen.de</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://www.kruedewagen.de/w/index.php?title=Matrix&amp;diff=12320&amp;oldid=prev</id>
		<title>Rkr: Die Seite wurde neu angelegt: „Diese Seite beschäftigt sich mit &#039;&#039;&#039;Matrix&#039;&#039;&#039;, einem &#039;&#039;&#039;dezentralen&#039;&#039;&#039; Netzwerk für Instant Messaging auf Basis Open Source Software und offener Standards.  == Bots == === Bots / Webhooks für eingehende Kommunikation === Die folgende Konfiguration wird z.B. für Benachrichtigungen in Uptime Kuma benötigt.  *Raum erstellen *&#039;&#039;&#039;Raum-ID&#039;&#039;&#039; zum neuen Raum herausfinden  Einstellungen des Raums -&gt; Erweitert -&gt; Chat-ID -&gt; Beispiel: !gadhhtTzjnadbbaD:matr…“</title>
		<link rel="alternate" type="text/html" href="https://www.kruedewagen.de/w/index.php?title=Matrix&amp;diff=12320&amp;oldid=prev"/>
		<updated>2026-08-23T16:55:42Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „Diese Seite beschäftigt sich mit &amp;#039;&amp;#039;&amp;#039;Matrix&amp;#039;&amp;#039;&amp;#039;, einem &amp;#039;&amp;#039;&amp;#039;dezentralen&amp;#039;&amp;#039;&amp;#039; Netzwerk für Instant Messaging auf Basis Open Source Software und offener Standards.  == Bots == === Bots / Webhooks für eingehende Kommunikation === Die folgende Konfiguration wird z.B. für Benachrichtigungen in &lt;a href=&quot;/wiki/Uptime_Kuma&quot; title=&quot;Uptime Kuma&quot;&gt;Uptime Kuma&lt;/a&gt; benötigt.  *Raum erstellen *&amp;#039;&amp;#039;&amp;#039;Raum-ID&amp;#039;&amp;#039;&amp;#039; zum neuen Raum herausfinden  Einstellungen des Raums -&amp;gt; Erweitert -&amp;gt; Chat-ID -&amp;gt; Beispiel: !gadhhtTzjnadbbaD:matr…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Diese Seite beschäftigt sich mit &amp;#039;&amp;#039;&amp;#039;Matrix&amp;#039;&amp;#039;&amp;#039;, einem &amp;#039;&amp;#039;&amp;#039;dezentralen&amp;#039;&amp;#039;&amp;#039; Netzwerk für Instant Messaging auf Basis Open Source Software und offener Standards.&lt;br /&gt;
&lt;br /&gt;
== Bots ==&lt;br /&gt;
=== Bots / Webhooks für eingehende Kommunikation ===&lt;br /&gt;
Die folgende Konfiguration wird z.B. für Benachrichtigungen in [[Uptime Kuma]] benötigt.&lt;br /&gt;
&lt;br /&gt;
*Raum erstellen&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Raum-ID&amp;#039;&amp;#039;&amp;#039; zum neuen Raum herausfinden&lt;br /&gt;
 Einstellungen des Raums -&amp;gt; Erweitert -&amp;gt; Chat-ID -&amp;gt; Beispiel: !gadhhtTzjnadbbaD:matrix.org&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Access Token&amp;#039;&amp;#039;&amp;#039; generieren (zu finden dann unter https://account.matrix.org/account/sessions)&lt;br /&gt;
 curl -XPOST --json &amp;#039;{&amp;quot;type&amp;quot;: &amp;quot;m.login.password&amp;quot;, &amp;quot;identifier&amp;quot;: {&amp;quot;user&amp;quot;: &amp;quot;USER&amp;quot;, &amp;quot;type&amp;quot;: &amp;quot;m.id.user&amp;quot;}, &amp;quot;password&amp;quot;: &amp;quot;PASSWORD&amp;quot;}&amp;#039; &amp;quot;https://matrix.org/_matrix/client/v3/login&amp;quot;&lt;br /&gt;
::{{Note|USER und PASSWORD sind die Credentials für Matrix}}&lt;br /&gt;
*Zum &amp;#039;&amp;#039;&amp;#039;Testen&amp;#039;&amp;#039;&amp;#039; eine Nachricht senden (curl oder HTTP) [https://fariszr.com/send-matrix-message-curl/ CURL] [https://stackoverflow.com/questions/74336034/matrix-synapse-send-image-via-client-server-api HTTP]: 123 ist die (sich ändernde) &amp;#039;&amp;#039;&amp;#039;TransactionID&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 curl https://matrix.org/_matrix/client/v3/rooms/\!gadhhtTzjnadbbaD:matrix.org/send/m.room.message/123?access_token=&amp;#039;XXX&amp;#039; -X PUT --data &amp;#039;{&amp;quot;msgtype&amp;quot;:&amp;quot;m.text&amp;quot;,&amp;quot;body&amp;quot;:&amp;quot;Test&amp;quot;}&amp;#039;&lt;br /&gt;
&lt;br /&gt;
::{{Note|Wichtig: Die &amp;#039;&amp;#039;&amp;#039;TransactionID&amp;#039;&amp;#039;&amp;#039; (testweise &amp;quot;123&amp;quot;) beim Senden muss &amp;#039;&amp;#039;&amp;#039;unique&amp;#039;&amp;#039;&amp;#039; pro Access Token und pro Message sein, sonst wird die gleiche &amp;#039;&amp;#039;event_id&amp;#039;&amp;#039; verwendet und keine neue Nachricht erstellt -&amp;gt; Daher ist Matrix nicht für einfache (statische) Webhooks geeignet!}}&lt;/div&gt;</summary>
		<author><name>Rkr</name></author>
	</entry>
</feed>