> ## Documentation Index
> Fetch the complete documentation index at: https://docs.voucherify.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Tier created

> Event data sent for a Loyalty v2 vl.tier_structure.tier.created activity handled by Workflows

The `vl.tier_structure.tier.created` event indicates that a tier in a Loyalty v2 tier structure was created.

<Note>
  This page documents only the event data nested under `data`. See [Introduction to webhooks](/api-reference/introduction-to-webhooks) for the shared webhook structure, and [Workflows webhooks](/api-reference/workflows-webhooks) for the full Workflows webhook payload.
</Note>

This event can trigger a workflow when **Loyalty activity** is configured with the **Tier structures** group and the `vl.tier_structure.tier.created` activity type. If the workflow reaches a **Webhook callout** action, Voucherify sends a webhook to the action's target URL.

The example shows the content of `data`. It contains snapshots recorded with the activity. It is not wrapped in an `activity` property.


## OpenAPI

````yaml openapi-events/events-loyalty-activity.json webhook vl.tier_structure.tier.created
openapi: 3.1.0
info:
  title: Events - Events loyalty activity
  version: '2024-01-01'
  description: ''
servers: []
security: []
paths: {}

````