kamax-matrix / matrix-appservice-email

Matrix <--> E-mail Bridge
GNU Affero General Public License v3.0
39 stars 11 forks source link

Provisioning API #4

Open turt2live opened 7 years ago

turt2live commented 7 years ago

This would normally be used by Scalar (matrix.org), however it also allows for third-party bridge runners to more easily operate their bridge.

There's no set standard for provisioning APIs on bridges: it's just a collection of (normally) web endpoints that control various functions. For example /_matrix/provision/:roomId/:emailAddress could invite the email address into the given room.

turt2live commented 7 years ago

Here's some documentation on the twitter bridge's API, for reference: https://github.com/Half-Shot/matrix-appservice-twitter/blob/develop/Provisioning-API.md