matrix-handler/README.md
2021-02-04 02:29:28 -06:00

10 lines
429 B
Markdown

# Matrix Handler
### Usage
> POST /generic/{matrixRoom}/{matrixUser}/{matrixPassword}
This is a generic handler that will accept any form of data and pass it through to Matrix using the appropriate JSON format.
### Usage
> POST /slack/{matrixRoom}/{matrixUser}/{matrixPassword}
This is a Slack-friendly handler that will accept any form of Slack data and pass through just the text to Matrix using the appropriate JSON format.