Document API email-reply bot-comment behavior on replyConversation#551
Open
markdennis22 wants to merge 1 commit into
Open
Document API email-reply bot-comment behavior on replyConversation#551markdennis22 wants to merge 1 commit into
markdennis22 wants to merge 1 commit into
Conversation
Replies posted via POST /conversations/{id}/reply to a conversation that
originated from an inbound customer email are recorded as unnotifiable bot
comments by default — no outbound email is sent and no `seen` receipt is
generated unless the workspace has email-reply-via-API enabled. This was
not obvious from the previous one-line operation description and has been
causing confusion for customers.
Adds a warning admonition to the replyConversation description in both the
v2.15 and Preview specs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why?
https://app.intercom.com/a/inbox/tx2p130c/inbox/team/5826718/conversation/215474495894253?view=List
Customers using
POST /conversations/{conversation_id}/replyto reply to a conversation that originated from an inbound customer email expect the reply to send an outbound email and to eventually produce aseenreceipt. That's not what happens: by default the reply is recorded as an unnotifiable bot comment — no email goes out, and noseenreceipt is ever generated. Outbound email replies from bots or Operator via the API are gated by a workspace setting.The previous one-line operation description didn't capture any of this, which has been causing confusion in customer reports.
How?
Extended the
replyConversationoperation description in both the v2.15 and Preview specs with a warning admonition that calls out the default behavior, the absence of aseenreceipt, and how to enable outbound email replies.Generated with Claude Code