PagerDuty Bridge
A bridge can transform incident payloads into concise Teams updates.
summary=$(jq -r '.incident.title' pagerduty.json)
teams message send --team "$TEAM_ID" --channel "$CHANNEL_ID" --body "PagerDuty incident: $summary" --output json
Do not forward noisy alert streams unchanged.