Skip to main content
getChannelMessage retrieves one normalized channel message. To retrieve a reply, provide the root message’s ID as replyToMessageId and the reply’s ID as messageId.

Example

automations/get-teams-reply.automation.ts

Inputs

team, channel, and messageId are required strings. replyToMessageId is optional. Team and channel accept exact names or IDs; message fields are opaque IDs. Optional account selects the Microsoft binding.

Output

Returns one TeamsChatMessage with normalized body, sender, timestamps, attachments, mentions, reactions, importance, reply, subject, summary, locale, web URL, and ETag fields.