Skip to content

Send a system-internal reply on an inbound_reply_followup task's thread

Requires EDITOR. HTML is server-side sanitized before send + persist. Sends a transactional 1:1 reply (suppressed recipients still receive it, with a notice).

projectId
required
string

Project (tenant) identifier. Row-level tenant isolation is enforced on every query.

taskId
required
string

Value operation task identifier.

Media typeapplication/json
object
html
required
string
>= 1 characters <= 200000 characters
Examplegenerated
json
{
"html": "example"
}

Sent (may include suppressionNotice / persistWarning).

Media typeapplication/json
object
ok
boolean
messageId
string
suppressionNotice
string
persistWarning
boolean

Invalid body or empty content after sanitization.

Media typeapplication/json
object
error
required

Human-readable error message.

string
message
string
Examplegenerated
json
{
"error": "example",
"message": "example"
}

Not authenticated (401 via requireAuthenticated) or insufficient project role (403).

Media typeapplication/json
object
error
required

Human-readable error message.

string
message
string
Examplegenerated
json
{
"error": "example",
"message": "example"
}

Task not found / not repliable, or inbound record unrecoverable.

Media typeapplication/json
object
error
required

Human-readable error message.

string
message
string
Examplegenerated
json
{
"error": "example",
"message": "example"
}

No sending identity configured for the project.

Media typeapplication/json
object
error
required

Human-readable error message.

string
message
string
Examplegenerated
json
{
"error": "example",
"message": "example"
}

Send failed at provider.

Media typeapplication/json
object
error
required

Human-readable error message.

string
message
string
Examplegenerated
json
{
"error": "example",
"message": "example"
}

Send quota exhausted (quota_deferred).

Media typeapplication/json
object
error
required

Human-readable error message.

string
message
string
Examplegenerated
json
{
"error": "example",
"message": "example"
}