# Vocabulary Created Receive a notification when a Metadata Vocabulary (Controlled Vocabulary) is created in Tenovos. Endpoint: POST metadata.vocabulary.created Version: v1.0 Security: OAuth2 ## Request fields (application/json): - `eventType` (string) Combination of the Topic and the Event Example: "metadata.vocabulary.created" - `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" - `vocabulary` (object) - `vocabulary.id` (string) Metadata Definition ID of the Vocabulary list. Example: "197f0ebb-5e82-4e8d-97f4-94f1e1aa3d2e" - `vocabulary.name` (string) Metadata Definition Name. Example: "Title" - `vocabulary.values` (array) Values available in the vocabulary list. - `vocabulary.values.id` (string) Vocabulary ID Example: "79405868-c4ad-407a-a5c1-a57d81e8c02b" - `vocabulary.values.value` (string) The text value of the vocabulary items Example: "Widget ABC"