Connectors / Microsoft Teams
Team conversations, folded into the graph.
Pull Microsoft Teams channel messages into the graph and link the decisions to the code they shaped.
One tapYour own OAuth appA token you paste
Before you start
Install Oynix and open the connectors page. You do this once. Everything below then happens right in the page, with no commands to run.
Log in
Pick whichever you prefer. You only need one.
One tap
Click, approve, done.
- 1In the connectors page, open Teams and click "Connect with Microsoft".
- 2A provider window opens. Sign in and approve the read-only scopes.
- 3It closes and you are connected. There is nothing to copy or paste.
Your own OAuth app
Register an app once.
- 1In the Azure portal → App registrations, register an app.
- 2Under API permissions add ChannelMessage.Read.All (application) and have a tenant admin grant consent.
- 3Create a client secret; note the tenant id, client id and secret.
- 4In Oynix pick 'Use your own app', paste tenant id, client id and secret, then Connect.
A token you paste
Paste a credential.
- 1Create the credential: the Microsoft Graph, as a delegated access token.
- 2Open Teams in the connectors page and choose the token path.
- 3Enter the Graph access token, then click Connect. Oynix checks it right then and saves nothing if it fails.
After login
Once connected, this all happens in the page. No commands.
- 1The picker opens. Choose which teams to read to sync.
- 2Hit Sync to pull just those into the graph and link them to your code.
- 3Deselect one later and Oynix purges only that instance's data.
ChannelMessage.Read.All is a protected API: the app must be a member of the team and hold it with a tenant admin's consent.
What it syncs
Threads
One document per thread (root and replies), plus loose messages by day.
Decisions
The reasoning behind changes, linked to the code.
Channels
Conversations across the channels you pick.