Skip to main content

Matrix Integration

Matrix is an open standard for decentralized, real-time communication.

To integrate Matrix to Windmill, you need to save the following elements as a resource.

Add Matrix Resource

PropertyTypeDescriptionDefaultRequiredWhere to Find
baseUrlstringThe URL of a Matrix server (e.g., "https://matrix.example.com")trueProvided by your Matrix hosting provider or Matrix instance URL for self-hosted instances
tokenstringAn access token to act as a logged-in userfalseMatrix > Settings > Security & Privacy > Access Token > Reveal Access Token


Your resource can be used passed as parameters or directly fetched within scripts, flows and apps.


tip

Find some pre-set interactions with Matrix on the Hub.

Feel free to create your own Matrix scripts on Windmill.