---
title: "React to Changes to the Contact's Profile Data"
slug: "react-to-changes-to-the-contacts-profile-data"
updated: 2024-03-06T08:07:03Z
published: 2024-03-06T08:07:03Z
---

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

# React to Changes to the Contact's Profile Data

## Objective

React to changes made to a contact's profile data, send them a message to confirm the changes, or explain what the changes will mean.

## Whiteboard

When a contact makes a purchase on the website, the loyalty points they earn are automatically added to the existing total in their profile. If they have reached the limit allowing them to be upgraded to the next level, you want to send them an email notifying them of their new status, outlining the benefits and letting them know how many points are needed to progress even further.

![](https://cdn.document360.io/554b9b98-6720-4d8b-9919-c7b203d72648/Images/Documentation/7a44a220-13b2-4f69-9233-312f75e97905.png)

**Show detailed configuration**

1. Create an event-based whiteboard with three paths. Rename these paths as **Platinum**, **Gold**, and **Silver** for every loyalty level in the loyalty program. ![](https://cdn.document360.io/554b9b98-6720-4d8b-9919-c7b203d72648/Images/Documentation/a740c759-add0-46cf-9307-4f4a3e7b37b3.png)
2. Define the event for each path:
  - Platinum - **Changes Profile Attribute** to **Platinum** ![](https://cdn.document360.io/554b9b98-6720-4d8b-9919-c7b203d72648/Images/Documentation/c1319672-1a47-47ec-af3a-baf6b8e089cc.png)
  - Gold - **Changes Profile Attribute** to **Gold**
  - Silver - **Changes Profile Attribute** to **Silver** ![](https://cdn.document360.io/554b9b98-6720-4d8b-9919-c7b203d72648/Images/Documentation/7b7d84c8-889d-444c-a4f7-46e1e97b3ee4.png)
3. Add one more step to each path: **Send Email**. Select the relevant email messages outlining the benefits of the level they have just reached. ![](https://cdn.document360.io/554b9b98-6720-4d8b-9919-c7b203d72648/Images/Documentation/3533f6d5-26b7-4947-b3bd-dc1317b3e82e.png)

## Related Topics

[Whiteboard Components](/v1/docs/whiteboard-components)
