Matrix

A collection of open specifications for federating real-time events across clients and servers. Events are sent into rooms which clients can subscribe to. The core specification is here: https://spec.matrix.org

Scripts

Building blocks, if none of the projects above fit. Fork one, run it, or call it as a step inside your own flow.

Resource type

matrix — the shape of the credential every script on this page expects.

View raw schema →
FieldTypeRequiredWhat it is
baseUrlstringYesThe URL of a Matrix server, like "https://matrix.example.com"
tokenstringNoAn access token to act as a logged-in user. Leave this empty, if you want to perform unauthenticated requests.