webdiet_orientacoes_write_send
Create / update / send "Listas e Orientações" in WebDiet. Actions: save (create/update an orientation for a patient), send (send orientation(s) from the bank to a patient by exact name). save: non-ASCII emojis in "texto" are encoded as HTML numeric entities so they render on the patient portal (avoids "?" placeholders). If "titulo" is set, an with the title is prepended to "texto" for the patient view (portal does not show titulo alone).
[Flattened action: send]
Bulk support: accepts patient_ids, orientacao_ids for batched execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nomes | No | ||
| texto | No | ||
| titulo | No | ||
| account | No | ||
| patient_id | Yes | ||
| patient_ids | No | ||
| orientacao_id | No | ||
| orientacao_ids | No |