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

# Types of events

> A complete list of the event types Yorlet sends to your webhook endpoints.

This is a complete list of the events Yorlet currently sends. Subscribe to these on your [webhook endpoints](/development/webhooks) to receive notifications when they occur.

## account

| Event                                        | Description                            |
| -------------------------------------------- | -------------------------------------- |
| <a id="account-updated" /> `account.updated` | Occurs whenever an account is updated. |

## [account\_collection](/api/owners/account-collections/object)

| Event                                                                | Description                                        |
| -------------------------------------------------------------------- | -------------------------------------------------- |
| <a id="account_collection-approved" /> `account_collection.approved` | Occurs whenever an account collection is approved. |
| <a id="account_collection-canceled" /> `account_collection.canceled` | Occurs whenever an account collection is canceled. |
| <a id="account_collection-created" /> `account_collection.created`   | Occurs whenever an account collection is created.  |
| <a id="account_collection-updated" /> `account_collection.updated`   | Occurs whenever an account collection is updated.  |

## [application](/api/leasing/applications/object)

| Event                                                    | Description                                  |
| -------------------------------------------------------- | -------------------------------------------- |
| <a id="application-accepted" /> `application.accepted`   | Occurs whenever an application is accepted.  |
| <a id="application-canceled" /> `application.canceled`   | Occurs whenever an application is canceled.  |
| <a id="application-created" /> `application.created`     | Occurs whenever an application is created.   |
| <a id="application-completed" /> `application.completed` | Occurs whenever an application is completed. |
| <a id="application-updated" /> `application.updated`     | Occurs whenever an application is updated.   |

## [building](/api/core/buildings/object)

| Event                                          | Description                            |
| ---------------------------------------------- | -------------------------------------- |
| <a id="building-created" /> `building.created` | Occurs whenever a building is created. |
| <a id="building-deleted" /> `building.deleted` | Occurs whenever a building is deleted. |
| <a id="building-updated" /> `building.updated` | Occurs whenever a building is updated. |

## [checkout\_session](/api/checkout/checkout-sessions/object)

| Event                                                              | Description                                      |
| ------------------------------------------------------------------ | ------------------------------------------------ |
| <a id="checkout_session-canceled" /> `checkout_session.canceled`   | Occurs whenever a checkout session is canceled.  |
| <a id="checkout_session-created" /> `checkout_session.created`     | Occurs whenever a checkout session is created.   |
| <a id="checkout_session-completed" /> `checkout_session.completed` | Occurs whenever a checkout session is completed. |

## contract

| Event                                                              | Description                                           |
| ------------------------------------------------------------------ | ----------------------------------------------------- |
| <a id="contract-created" /> `contract.created`                     | Occurs whenever a contract is created.                |
| <a id="contract-completed" /> `contract.completed`                 | Occurs whenever a contract is completed.              |
| <a id="contract-out_for_signature" /> `contract.out_for_signature` | Occurs whenever a contract is sent out for signature. |
| <a id="contract-voided" /> `contract.voided`                       | Occurs whenever a contract is voided.                 |

## [customer](/api/core/customers/object)

| Event                                          | Description                            |
| ---------------------------------------------- | -------------------------------------- |
| <a id="customer-created" /> `customer.created` | Occurs whenever a customer is created. |
| <a id="customer-deleted" /> `customer.deleted` | Occurs whenever a customer is deleted. |
| <a id="customer-updated" /> `customer.updated` | Occurs whenever a customer is updated. |

## dispute

| Event                                          | Description                            |
| ---------------------------------------------- | -------------------------------------- |
| <a id="dispute-created" /> `dispute.created`   | Occurs whenever a dispute is created.  |
| <a id="dispute-resolved" /> `dispute.resolved` | Occurs whenever a dispute is resolved. |

## [invoice](/api/billing/invoices/object)

| Event                                                                | Description                                                |
| -------------------------------------------------------------------- | ---------------------------------------------------------- |
| <a id="invoice-created" /> `invoice.created`                         | Occurs whenever a invoice is created.                      |
| <a id="invoice-finalization_failed" /> `invoice.finalization_failed` | Occurs whenever a invoice fails finalization.              |
| <a id="invoice-finalized" /> `invoice.finalized`                     | Occurs whenever a invoice is finalized and marked as open. |
| <a id="invoice-paid" /> `invoice.paid`                               | Occurs whenever a invoice is paid.                         |
| <a id="invoice-payment_failed" /> `invoice.payment_failed`           | Occurs whenever a invoice payment fails.                   |
| <a id="invoice-sent" /> `invoice.sent`                               | Occurs whenever an invoice email is sent.                  |
| <a id="invoice-voided" /> `invoice.voided`                           | Occurs whenever a invoice is voided.                       |

## [owners](/api/owners/owners/object)

| Event                                    | Description                          |
| ---------------------------------------- | ------------------------------------ |
| <a id="owner-created" /> `owner.created` | Occurs whenever an owner is created. |
| <a id="owner-updated" /> `owner.updated` | Occurs whenever an owner is updated. |

## [payment\_method](/api/payments/payment-methods/object)

| Event                                                            | Description                                          |
| ---------------------------------------------------------------- | ---------------------------------------------------- |
| <a id="payment_method-chargeable" /> `payment_method.chargeable` | Occurs whenever a payment method becomes chargeable. |
| <a id="payment_method-created" /> `payment_method.created`       | Occurs whenever a payment method is created.         |
| <a id="payment_method-failed" /> `payment_method.failed`         | Occurs whenever a payment method fails.              |

## [payment\_method\_transaction](/api/payments/payment-method-transactions/object)

| Event                                                                              | Description                                              |
| ---------------------------------------------------------------------------------- | -------------------------------------------------------- |
| <a id="payment_method_transaction-created" /> `payment_method_transaction.created` | Occurs whenever a payment method transaction is created. |

## [payment\_session](/api/payments/payment-sessions/object)

| Event                                                        | Description                                   |
| ------------------------------------------------------------ | --------------------------------------------- |
| <a id="payment_session-created" /> `payment_session.created` | Occurs whenever a payment session is created. |
| <a id="payment_session-paid" /> `payment_session.paid`       | Occurs whenever a payment session is paid.    |

## [renewal\_intent](/api/leasing/renewal-intents/object)

| Event                                                          | Description                                     |
| -------------------------------------------------------------- | ----------------------------------------------- |
| <a id="renewal_intent-canceled" /> `renewal_intent.canceled`   | Occurs whenever an renewal intent is canceled.  |
| <a id="renewal_intent-created" /> `renewal_intent.created`     | Occurs whenever an renewal intent is created.   |
| <a id="renewal_intent-completed" /> `renewal_intent.completed` | Occurs whenever an renewal intent is completed. |
| <a id="renewal_intent-updated" /> `renewal_intent.updated`     | Occurs whenever an renewal intent is updated.   |

## [subscription](/api/billing/subscriptions/object)

| Event                                                      | Description                                  |
| ---------------------------------------------------------- | -------------------------------------------- |
| <a id="subscription-canceled" /> `subscription.canceled`   | Occurs whenever a subscription is canceled.  |
| <a id="subscription-completed" /> `subscription.completed` | Occurs whenever a subscription is completed. |
| <a id="subscription-created" /> `subscription.created`     | Occurs whenever a subscription is created.   |
| <a id="subscription-updated" /> `subscription.updated`     | Occurs whenever a subscription is updated.   |

## [tenancy](/api/leasing/tenancies/object)

| Event                                            | Description                              |
| ------------------------------------------------ | ---------------------------------------- |
| <a id="tenancy-activated" /> `tenancy.activated` | Occurs whenever an tenancy is activated. |
| <a id="tenancy-canceled" /> `tenancy.canceled`   | Occurs whenever an tenancy is canceled.  |
| <a id="tenancy-created" /> `tenancy.created`     | Occurs whenever an tenancy is created.   |
| <a id="tenancy-completed" /> `tenancy.completed` | Occurs whenever an tenancy is completed. |
| <a id="tenancy-updated" /> `tenancy.updated`     | Occurs whenever an tenancy is updated.   |

## [transaction](/api/payments/transactions/object)

| Event                                                              | Description                                  |
| ------------------------------------------------------------------ | -------------------------------------------- |
| <a id="transaction-canceled" /> `transaction.canceled`             | Occurs whenever a transaction is canceled.   |
| <a id="transaction-created" /> `transaction.created`               | Occurs whenever a transaction is created.    |
| <a id="transaction-payment_failed" /> `transaction.payment_failed` | Occurs whenever a transaction fails.         |
| <a id="transaction-processing" /> `transaction.processing`         | Occurs whenever a transaction is processing. |
| <a id="transaction-succeeded" /> `transaction.succeeded`           | Occurs whenever a transaction has succeeded. |

## [unit](/api/core/units/object)

| Event                                    | Description                         |
| ---------------------------------------- | ----------------------------------- |
| <a id="unit-archived" /> `unit.archived` | Occurs whenever a unit is archived. |
| <a id="unit-created" /> `unit.created`   | Occurs whenever a unit is created.  |
| <a id="unit-deleted" /> `unit.deleted`   | Occurs whenever a unit is deleted.  |
| <a id="unit-updated" /> `unit.updated`   | Occurs whenever a unit is updated.  |

## viewing

| Event                                        | Description                           |
| -------------------------------------------- | ------------------------------------- |
| <a id="viewing-created" /> `viewing.created` | Occurs whenever a viewing is created. |
