Trying to create a Note via the Python API

Hello,

Trying to create a Note via the Python API with client_note = True so it shows up in the Client Review Site. Getting blocked every way I try it:

  • Setting it at creation: API create() Client Notes can not be created through the API
  • Updating it after creation: API update() Note.client_note is editable on create only
  • Same error even when connecting via sudo_as_login as a real human user, not just the bare script
  • The checkbox is also non-editable manually in the UI once a Note already exists

Is there any supported way to do this outside of an actual client commenting through the Client Review portal, or is this intentionally locked down with no workaround?

There is no supported way to do this but I would love for this locking to be removed as it will be super usefull to prepare client reviews when they have already sent notes through for later discussion.