This issue is to add Microsoft Teams integration support to gong.
Overview
The Teams integration should allow sending notifications to Microsoft Teams channels about pending PR reviews.
Implementation Details
- Create a new package in
internal/integrations/teams
- Implement the Teams integration interface
- Add support for Teams webhook URLs
- Add configuration parameters for Teams notifications
Acceptance Criteria
- Teams notifications can be configured globally or per rule
- Teams integration can be used alongside other integrations (Slack, Comment, etc.)
- The integration is properly documented in the docs
- Unit tests are written for the implementation
- Update examples in configuration documentation
References
See existing integrations like Slack integration for a good example to follow.
Labels: integration, help wanted
This issue is to add Microsoft Teams integration support to gong.
Overview
The Teams integration should allow sending notifications to Microsoft Teams channels about pending PR reviews.
Implementation Details
internal/integrations/teamsAcceptance Criteria
References
See existing integrations like Slack integration for a good example to follow.
Labels: integration, help wanted