PUT v1/EMails/{mailId}/DraftFeedbackReceived

Confirm that the agent rated an AI-drafted reply, lifting the send block on that draft.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
mailId

The Mail identifier.

integer

Required.

Body Parameters

None.

Response Information

Resource Description

200 when the block is lifted (idempotent), 404 for an unknown mail, 409 when the mail has no pending feedback request.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.