Skip to main content
POST
回复全部消息

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

请求头

Authorization
string
必填

Bearer 身份验证

路径参数

inbox_id
string
必填

收件箱的 ID。

message_id
string
必填

消息 ID。

请求体

application/json
labels
string[]

消息标签。

reply_to

回复地址(一个或多个)。

text
string

消息的纯文本正文。

html
string

消息的 HTML 正文。

attachments
SendAttachment · object[]

消息中要包含的附件。

headers
SendMessageHeaders · object

消息中要包含的标头。

响应

状态码为 200 的响应

message_id
string
必填

消息 ID。

thread_id
string
必填

会话 ID。