c

cortex-plugin-teams

ESM
v1.0.0MIT

Official CortexPrism plugin

0.00CortexPrism
communicationcortex-plugindevelopmentesmmessagingnotifications

Install Command

$ cortex plugin install marketplace:cortexprism.io/plugins/cortex-plugin-teams
Website RepositoryLicense: MITEntry: mod.ts

Configuration

Plugin Type
ESM
Entry Point
mod.ts
License
MIT

Capabilities

toolsnetwork:fetch

Tags

communicationcortex-plugindevelopmentesmmessagingnotifications

Statistics

Downloads
0
Rating
0.0
/ 5.0
Version
v1.0.0
Published
June 15, 2026

Reviews (0)

No reviews yet. Be the first to rate this plugin!

README

Microsoft Teams Integration

Cortex agent as a Microsoft Teams bot.

Installation

cortex plugin install github:CortexPrism/cortex-plugin-teams

Tools

teams_send_message

Send a message to a channel or chat.

  • target_id (string, required) — Channel or chat ID
  • target_type (enum: channel, chat, required) — Target type
  • content (string, required) — Message content
  • adaptive_card (string, optional) — JSON adaptive card

teams_read_messages

Read messages from a channel or chat.

  • target_id (string, required) — Channel or chat ID
  • target_type (enum: channel, chat, required) — Target type
  • limit (number, default: 20) — Maximum messages

teams_list_channels

List team channels.

  • team_id (string, required) — Team ID

teams_create_meeting

Create a Teams meeting.

  • subject (string, required) — Meeting subject
  • start_time (string, required) — Start time (ISO 8601)
  • end_time (string, required) — End time (ISO 8601)
  • attendees (string, optional) — Comma-separated emails

teams_send_notification

Send a notification to a user.

  • user_id (string, required) — Target user ID
  • message (string, required) — Notification message
  • urgency (enum: normal, high, urgent, required) — Urgency level

Configuration

FieldTypeRequiredDescription
teamsTenantIdtextYesMicrosoft Teams tenant ID
teamsClientIdtextYesEntra ID application client ID
teamsClientSecretsecretYesEntra ID application client secret

License

MIT

Published June 15, 2026 · Updated June 15, 2026