Offer: Virgo is available for free to use within your infrastructure. Book a demo

Microsoft Teams

The Microsoft Teams connector brings teams, channels, messages, and users into the graph. Channels and messages are streamed, and the source stays current through a webhook.

Entities

EntityRepresentsKey fields
teams_teamA teamdisplay_name, description
teams_channelA channeldisplay_name, description
teams_messageA messagemessage_id (id), created_at
teams_userA persondisplay_name, email

Relationships

RelationTarget
on_teamteams_team
has_messageteams_message
sent_byteams_user

Exposing for linking

Teams does not expose entities for other sources to reference by id. Its messages still connect across domains when they mention an identifier another source exposes, such as a pull request or a ticket key. See Cross-domain linking.

Customization

Teams runs a scheduled job to renew its webhook subscription, so streaming stays live without manual upkeep.