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).
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Project (tenant) identifier. Row-level tenant isolation is enforced on every query.
Value operation task identifier.
Request Bodyrequired
Section titled “Request Bodyrequired”object
Examplegenerated
{ "html": "example"}Responses
Section titled “Responses”Sent (may include suppressionNotice / persistWarning).
object
Invalid body or empty content after sanitization.
object
Human-readable error message.
Examplegenerated
{ "error": "example", "message": "example"}Not authenticated (401 via requireAuthenticated) or insufficient project role (403).
object
Human-readable error message.
Examplegenerated
{ "error": "example", "message": "example"}Task not found / not repliable, or inbound record unrecoverable.
object
Human-readable error message.
Examplegenerated
{ "error": "example", "message": "example"}No sending identity configured for the project.
object
Human-readable error message.
Examplegenerated
{ "error": "example", "message": "example"}Send failed at provider.
object
Human-readable error message.
Examplegenerated
{ "error": "example", "message": "example"}Send quota exhausted (quota_deferred).
object
Human-readable error message.
Examplegenerated
{ "error": "example", "message": "example"}