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.
Suspend/resume a flow by sending approval URL
Script· approval matrix
Watch for new messages in a room
Script· trigger matrix
Post an unencrypted message
Script matrix Verified
Set room name
Script matrix Verified
Is a Matrix user X a joined member of a Matrix room Y?
Script matrix Verified
Get entire room state
Script matrix Verified
Get room state by type and state_key
Script matrix Verified
Create room
Script matrix Verified
Invite user to a room
Script matrix Verified
Leave room
Script matrix Verified
Join room
Script matrix Verified
Set room topic
Script matrix Verified
Set room state
Script matrix Verified
Resource type
matrix — the shape of the credential every script on this page expects.
| Field | Type | Required | What it is |
|---|---|---|---|
| baseUrl | string | Yes | The URL of a Matrix server, like "https://matrix.example.com" |
| token | string | No | An access token to act as a logged-in user. Leave this empty, if you want to perform unauthenticated requests. |