feat(channels): add microsoft teams bot framework adapter
This commit is contained in:
@@ -146,6 +146,11 @@ fetch('http://localhost:18800/api/health', {
|
||||
});
|
||||
```
|
||||
|
||||
Exceptions (handled by their own trust/auth model and therefore bypass gateway token auth):
|
||||
- `POST /webhooks/:name` (HMAC-validated when webhook secret is configured)
|
||||
- `POST /gmail/push` (Google Pub/Sub push)
|
||||
- `POST /teams/events` (Microsoft Bot Framework activity callback)
|
||||
|
||||
## Message Format
|
||||
|
||||
### Request (Client → Server)
|
||||
|
||||
Reference in New Issue
Block a user