# Metadata These events are raised when a user with Administrative privileges take various actions within the Metadata section of the Platform. This includes Metadata Templates, Metadata Groups, Controlled Vocabularies, and Metadata Attributes. ## Attribute Created - [POST metadata.attribute.created](https://api.tenovos.com/developer-portal/webhooks/reference/metadata/metadata.attribute.created.md): Receive a notification when a Metadata Attribute is created in Tenovos. ## Attribute Deleted - [POST metadata.attribute.deleted](https://api.tenovos.com/developer-portal/webhooks/reference/metadata/metadata.attribute.deleted.md): Receive a notification when a Metadata Attribute is deleted in Tenovos. ## Attribute Updated - [POST metadata.attribute.updated](https://api.tenovos.com/developer-portal/webhooks/reference/metadata/metadata.attribute.updated.md): Receive a notification when a Metadata Attribute is updated in Tenovos. ## Group Created - [POST metadata.group.created](https://api.tenovos.com/developer-portal/webhooks/reference/metadata/metadata.group.created.md): Receive a notification when a Metadata Group is created in Tenovos. ## Group Deleted - [POST metadata.group.deleted](https://api.tenovos.com/developer-portal/webhooks/reference/metadata/metadata.group.deleted.md): Receive a notification when a Metadata Group is deleted in Tenovos. ## Group Updated - [POST metadata.group.updated](https://api.tenovos.com/developer-portal/webhooks/reference/metadata/metadata.group.updated.md): Receive a notification when a Metadata Group is updated in Tenovos. ## Template Created - [POST metadata.template.created](https://api.tenovos.com/developer-portal/webhooks/reference/metadata/metadata.template.created.md): Receive a notification when a Metadata Template is created in Tenovos. ## Template Deleted - [POST metadata.template.deleted](https://api.tenovos.com/developer-portal/webhooks/reference/metadata/metadata.template.deleted.md): Receive a notification when a Metadata Template is deleted in Tenovos. ## Template Updated - [POST metadata.template.updated](https://api.tenovos.com/developer-portal/webhooks/reference/metadata/metadata.template.updated.md): Receive a notification when a Metadata Template is updated in Tenovos. ## Vocabulary Created - [POST metadata.vocabulary.created](https://api.tenovos.com/developer-portal/webhooks/reference/metadata/metadata.vocabulary.created.md): Receive a notification when a Metadata Vocabulary (Controlled Vocabulary) is created in Tenovos. ## Vocabulary Deleted - [POST metadata.vocabulary.deleted](https://api.tenovos.com/developer-portal/webhooks/reference/metadata/metadata.vocabulary.deleted.md): Receive a notification when a Metadata Vocabulary list (Controlled Vocabulary) is deleted in Tenovos. This event applies to the entire list. For the deletion of individual values, use the metadata.vocabulary.updated event. ## Vocabulary Updated - [POST metadata.vocabulary.updated](https://api.tenovos.com/developer-portal/webhooks/reference/metadata/metadata.vocabulary.updated.md): Receive a notification when a Metadata Vocabulary list (Controlled Vocabulary) is updated in Tenovos. This event applies to values being added to, removed from, or renamed in an existing vocabulary.