# Template Updated Receive a notification when a Metadata Template is updated in Tenovos. Endpoint: POST metadata.template.updated Version: v1.0 Security: OAuth2 ## Request fields (application/json): - `eventType` (string) Combination of the Topic and the Event Example: "metadata.template.updated" - `event` (object) Object containing event information and the user who triggered the event. - `event.id` (string) Unique identifier of the webhook event itself Example: "some-event-type-d231cf1d-86b2-436e-95de-b745c39d2ed5" - `event.time` (string) Date/Time that the webhook event occurred. Example: "2024-05-09T17:55:28.462Z" - `event.user` (object) - `event.user.id` (string) The Tenovos User ID for the user who caused the event Example: "7d675ef0-f423-11e9-8071-89c0c405214e" - `event.user.firstName` (string) First Name of the User Example: "Erlich" - `event.user.lastName` (string) Last Name of the User Example: "Bachman" - `template` (object) - `template.id` (string) Metadata Template ID Example: "197f0ebb-5e82-4e8d-97f4-94f1e1aa3d2e" - `template.name` (object) The previous and current values for the name given to the Template - `template.name.previous` (string) The value for the name of the Template prior to the associated update Example: "Editorial Assets" - `template.name.current` (string) The value for the name of the Template after the associated update Example: "Publication Assets" - `template.type` (object) Defines the current and previous values for the Metadata Type. Asset is the most common. - `template.type.previous` (string) Enum: "Asset", "Action", "Action Form", "Supporting", "Proof Submission" - `template.type.current` (string) Enum: "Asset", "Action", "Action Form", "Supporting", "Proof Submission" - `template.groups` (object) - `template.groups.added` (array) Array of Groups for each Group that was added to the template as part of the update event. - `template.groups.added.groupId` (string) Metadata Group Unique Identifiers Example: "17af827a-258c-4213-ad3c-9aaa53d151a8" - `template.groups.added.groupName` (string) Example: "Talent Information" - `template.groups.removed` (array) Array of Groups for each Group that was removed from the template as part of the update event.