Patch Email Batch Recipient
Edit cells on one row before it is sent.
overrides is merged over the uploaded and generated values at send time and
stored apart from both, so what the model wrote stays readable underneath.
Sending an empty value clears that edit rather than sending an empty field —
the way to send nothing is to skip the row. A row that has already been
queued or sent can no longer be edited.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
One human edit, merged over what the CSV and the model produced.
Keys are column names in the merged space; an empty string clears an
override and falls back to whatever was underneath it. Stored apart from
output so "what the model wrote" and "what we actually sent" are both
answerable afterwards.
Response
Successful Response
One row of the review spreadsheet.
columns is the merged space — input, then output, then overrides —
which is what the three mapped fields resolve against and what the table
renders. The three halves are returned beside it so an edited cell can be
marked and "what the model wrote" stays readable under the edit.
pending, drafting, draft, draft_failed, skipped, queued, sending, sent, send_failed