Matrix/Element service plugin #44

Open
opened 2026-05-28 18:51:56 +00:00 by jmiller · 1 comment
Owner

Post to Matrix rooms via the Matrix Client-Server API.

Credentials:

{
  "homeserver_url": "https://matrix.org",
  "access_token": "...",
  "room_id": "!abc:matrix.org"
}

Features:

  • Matrix Client-Server API
  • Text and HTML formatted messages
  • Room ID targeting
  • Self-hosted homeserver support
  • Image attachment via media upload
Post to Matrix rooms via the Matrix Client-Server API. **Credentials:** ```json { "homeserver_url": "https://matrix.org", "access_token": "...", "room_id": "!abc:matrix.org" } ``` **Features:** - Matrix Client-Server API - Text and HTML formatted messages - Room ID targeting - Self-hosted homeserver support - Image attachment via media upload
Author
Owner

Branch created: feature/44-matrix-element-service-plugin

git fetch origin
git checkout feature/44-matrix-element-service-plugin
Branch created: [`feature/44-matrix-element-service-plugin`](https://git.mokoconsulting.tech/MokoConsulting/MokoJoomCross/src/branch/feature/44-matrix-element-service-plugin) ```bash git fetch origin git checkout feature/44-matrix-element-service-plugin ```
Sign in to join this conversation.
Type Feature
Status
Priority Low
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomCross#44