API for sending messages in encrypted rooms (matrix)
112
API for sending messages in encrypted rooms (matrix)
This project allows you to send messages in encrypted matrix rooms using a web api.
Send message to ee2e matrix room
curl -X 'POST' \
'http://localhost:8001/send-message' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"matrixHomeserverURL": "string",
"matrixHomeserverUser": "string",
"matrixHomeserverPasswd": "string",
"matrixHomeserverRoom": "string",
"message": "string"
}
Healthcheck
Swagger
Redoc
Create a matrix user then join the room where you want to send messages and logout
docker run -d --rm -p 8001:8001 barpaw/matrix-notifier-ee2e-api:0.0.1
Try it http://localhost:8001/docs
Content type
Image
Digest
sha256:9909ca043…
Size
42.7 MB
Last updated
almost 4 years ago
docker pull barpaw/matrix-notifier-ee2e-api:0.0.1