2021-02-04 07:24:55 +00:00
|
|
|
# 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.
|
2021-02-04 08:29:28 +00:00
|
|
|
|
|
|
|
### 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.
|