> ## 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.

# Created

The `EVENTS.VOUCHER.CREATED` event indicates that a new voucher has been successfully created in Voucherify. It informs other systems or applications about the addition of a new voucher. The `VOUCHER.CREATED` webhook is sent only when a single voucher is created. When vouchers are created in bulk, this action does not trigger the webhook.

The webhook provides, among others, the following details:

* URLs to the voucher's assets, such as QR code and barcode images,
* Associated campaign and its type,
* Expiration date.

This event is used in a webhook configured in Project settings in Voucherify dashboard.

<Note>This page documents only the event. If you need more details about the webhook payload data that includes this event, go to [Introduction to webhooks](/api-reference/introduction-to-webhooks "Introduction to webhooks v2024-01-01") page.</Note>


## OpenAPI

````yaml /openapi-events/events-voucher.json webhook EVENTS.VOUCHER.CREATED
openapi: 3.1.0
info:
  title: Events - Events voucher
  version: '2024-01-01'
  description: ''
servers: []
security: []
paths: {}

````