Slack to Teams Bridge
Use this pattern only for selected, approved content.
body=$(jq -r '.text' slack-event.json)
teams message send --chat "$CHAT_ID" --body "$body" --output json
Respect both Slack and Teams data retention policies.
Use this pattern only for selected, approved content.
body=$(jq -r '.text' slack-event.json)
teams message send --chat "$CHAT_ID" --body "$body" --output json
Respect both Slack and Teams data retention policies.