---
title: "Customer actions"
slug: "customer-actions"
description: "The user manual provides comprehensive guidance on using the Antavo Management UI for managing loyalty programs."
updated: 2024-07-08T17:57:15Z
published: 2024-07-08T17:57:15Z
canonical: "docs.antavo.com/customer-actions"
---

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

# Customer actions

The Customer actions module tracks the following details regarding customers' previously registered events:

- The date of the **first** time a specific event was registered in a customer’s event history.
- The date of the **last** time a specific event was registered in a customer’s event history.
- The total **number** of times a specific event was registered in a customer’s event history.

These data can be accessed through [workflows](/v1/docs/basic-concepts) by using the following variables:

| **Data** | **Variable** |
| --- | --- |
| Date of first event | {customers.extensions.*{event_id}*.first} |
| Date of last event | {customers.extensions.*{event_id}*.last} |
| Number of events | {customers.extensions.*{event_id}*.count} |

The module does not feature a configuration interface in the Management UI. You can confirm whether the module is enabled by navigating to the Modules menu and searching for the Customer actions module in the list.
