For the complete documentation index, see llms.txt. This page is also available as Markdown.

SendMessage

Send message to Microsoft Teams.

Task version: 1.1.0

Required Frends version: 5.5+

Required .NET version: 6.0

Compatible Agents: Crossplatform

Task Parameters

Name
Description

🗝Token : String

Bearer token.

Default: - Example: eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Imk2bEdrM0ZaenhSY1ViMkMzbkVRN3N5SEpsWSJ9...

ChannelId : String

Channel ID.

Default: - Example: 20%3au0yPT4vDedASF0InQKu233CiYHqdAtFnXA_45UB6Zgo1%40thread.tacv2

TeamId : String

Team ID.

Default: - Example: 19%3au0yPT4vDedPFASD3QKu233CiZwqdAtFnXA_25UB6Zgo1%40thread.tacv2

Task Result

Name
Description

Success : Boolean

Operation complete without errors. Example: true

ErrorMessage : String

Error message. Example: An error occured...

Task Changelog

Changelog for Task Frends.MicrosoftTeams.SendMessage.

[1.1.0] - 2025-02-17

Added

  • Update: Microsoft.Graph 5.24.0 -> 5.73.0 MSTest.TestAdapter 3.8.0 -> 3.8.3 MSTest.TestFramework 3.8.0 -> 3.8.3

[1.0.0] - 2023-11-17

Added

  • Initial implementation

Last updated

Was this helpful?