Save a note on an audit or design
save_noteFree. Attaches anything you like to any record: who the client is, what they were charged, which findings they have already fixed, when you last sent them a report. Any name, any value. We never look inside it and the audit engine never reads it, so it cannot change what Postclick does. It is there so the work you do around these audits survives between conversations. Saving the same name again replaces it. Read them back with get_notes, and they also come back on the record itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Your own name for this field. | |
| value | No | Anything: a string, a number, a list, an object. | |
| subject_uri | Yes | The address of the thing this is about, like postclick://audit/<id>. |