Skip to content

feat(msteams): support webhook host binding#2177

Open
BingqingLyu wants to merge 2 commits intomainfrom
fork-pr-63347-feat-msteams-webhook-host
Open

feat(msteams): support webhook host binding#2177
BingqingLyu wants to merge 2 commits intomainfrom
fork-pr-63347-feat-msteams-webhook-host

Conversation

@BingqingLyu
Copy link
Copy Markdown
Owner

@BingqingLyu BingqingLyu commented Apr 28, 2026

Summary

  • add optional channels.msteams.webhook.host to Teams config schema/types
  • forward configured host to expressApp.listen(port, host) while preserving default behavior when omitted
  • include host in startup logs for bind-scope auditing
  • add lifecycle coverage for both default and host-configured listen behavior

Testing

  • pnpm -s vitest run extensions/msteams/src/monitor.lifecycle.test.ts

Closes openclaw#62766

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add channels.msteams.webhook.host to bind the bot webhook to loopback only

2 participants