Skip to content

Commit

Permalink
update replyToThread docs
Browse files Browse the repository at this point in the history
  • Loading branch information
preslavmihaylov committed May 6, 2024
1 parent 4b49f04 commit 991d84b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions api-reference/graphql/messaging/reply-to-thread.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
title: 'Reply to threads'
---

You can reply to a thread using the `replyToThread` mutation. The call to this mutation will be successful if:

- the last message in the thread is an email from the customer OR
- the thread was just created with [`createThread`](/api-reference/graphql/threads/create)
You can reply to a thread using the `replyToThread` mutation.

If it is not possible to reply to this 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.

Expand Down

0 comments on commit 991d84b

Please sign in to comment.