From 3b6774c24876423fb49e6b81e71b5de938ee8c69 Mon Sep 17 00:00:00 2001 From: David Leyland Date: Thu, 10 Oct 2024 17:34:20 +0100 Subject: [PATCH] Add ms teams (#107) --- api-reference/graphql/messaging/reply-to-thread.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/graphql/messaging/reply-to-thread.mdx b/api-reference/graphql/messaging/reply-to-thread.mdx index 76e241a..d60958e 100644 --- a/api-reference/graphql/messaging/reply-to-thread.mdx +++ b/api-reference/graphql/messaging/reply-to-thread.mdx @@ -2,7 +2,7 @@ title: 'Reply to threads' --- -You can reply to a thread using the `replyToThread` mutation, as long as the thread's communication channel is either `EMAIL` or `SLACK`. This information is available in the thread as the `channel` field. +You can reply to a thread using the `replyToThread` mutation, as long as the thread's communication channel is either `EMAIL`, `SLACK` or 'MS_TEAMS'. This information is available in the thread as the `channel` field. If it is not possible to reply to a thread, you will get the mutation error code [`cannot_reply_to_thread`](/api-reference/graphql/error-codes#cannot_reply_to_thread) and a message indicating why.