put_notification_locale
Set locale-specific content overrides for a V2 notification template. Each element override must reference an existing element by its id. Example for Spanish locale: { notification_id: "nt_01abc", locale_id: "es", elements: [{ id: "elem_meta_1", title: "Restablecer contraseña" }, { id: "elem_text_1", content: "Haga clic en el enlace para restablecer su contraseña." }] }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Template state after update | |
| elements | Yes | Array of element overrides with id and locale-specific content | |
| locale_id | Yes | Locale identifier (e.g. es, fr, pt-BR) | |
| notification_id | Yes | The notification template ID (nt_ prefix) |