Teams Meetings
Teams Meetings
Start with meaning, then move to detail.
This lesson explains Teams Meetings as part of operating Hermes with explicit security boundaries. You will learn what it does, when it matters, and the smallest safe test that proves it works.
If you are new, do not memorize names. Focus on three questions: what problem does this solve, what access does it need, and how can you verify the result?
For practice, inspect the first example, identify its effects, run it on test data, and compare the result with the source claim.
For advanced readers, inspect What This Feature Does, Prerequisites, Step 1: Add Microsoft Graph Credentials, then verify failure modes and version compatibility.
You only need to know which files and accounts the agent may access.
A clear outcome before you read.
- Understand Teams Meetings without assumed prior knowledge.
- Separate the source description from what still needs testing in your environment.
- Read the first command and identify its inputs and outputs before copying it.
Short definitions before the details.
- Gateway
- The process that connects Hermes to channels such as Telegram or Discord and routes messages.
Set up the Microsoft Teams meeting summary pipeline with Microsoft Graph webhooks
What does the source say, and in what order?
- 01What This Feature Does
Start here to understand the core idea or structure.
- 02Prerequisites
Read this after the foundation, then connect it to the previous step.
- 03Step 1: Add Microsoft Graph Credentials
Read this after the foundation, then connect it to the previous step.
- 04Step 2: Enable the Graph Webhook Listener
Read this after the foundation, then connect it to the previous step.
- 05Step 3: Configure Teams Delivery and Pipeline Behavior
Read this after the foundation, then connect it to the previous step.
- 06Teams Delivery Modes
Read this after the foundation, then connect it to the previous step.
- 07incomingwebhook
Read this after the foundation, then connect it to the previous step.
- 08graph
Read this after the foundation, then connect it to the previous step.
- 09Step 4: Start the Gateway
Read this after the foundation, then connect it to the previous step.
- 10Step 5: Create Graph Subscriptions
Finish here to verify the result and special cases.
Copy only after you understand the effect.
hermes teams-pipeline validate
hermes teams-pipeline list
hermes teams-pipeline maintain-subscriptionsMSGRAPH_TENANT_ID=<tenant-id>
MSGRAPH_CLIENT_ID=<client-id>
MSGRAPH_CLIENT_SECRET=<client-secret>MSGRAPH_WEBHOOK_ENABLED=true
MSGRAPH_WEBHOOK_PORT=8646
MSGRAPH_WEBHOOK_CLIENT_STATE=<random-shared-secret>
MSGRAPH_WEBHOOK_ACCEPTED_RESOURCES=communications/onlineMeetingsRead the first command and identify its inputs and outputs before copying it.
Match every command to your installed Hermes version, review the files and accounts it can reach, and use non-sensitive data for the first test. If this explanation differs from the source, the official source wins.