# GDPR

## Context

Mrs Lefèvre, our Data Protection Officer (DPO) takes charge of the GDRP request during a meeting with a customer, Mr Dupont who expressed concern about the protection of his personal data. He asked to access his information stored in the company's system and find out how it was being used.

It explained that the data was processed by virtue of Mr. Dupont's consent, for targeted marketing purposes, while assuring him that only the necessary information was collected, in accordance with the GDPR's minimization principle.

During a marketing campaign, our company decided to send an opt-in e-mail to our 50 new customers. Using our system, we set up a standard message informing each customer that they would receive marketing communications about new products and services. Once each e-mail had been sent, the customers' communication status was updated to “request sent”, enabling us to comply with the GDPR and start sending promotional offers. Each email also contained an unsubscribe link, ensuring that customers could easily opt out if they wished, opt-out, while ensuring compliance with legal requirements.

A customer, Mr Dupont, calls to unsubscribe from our communications. To process his request, we access a GDPR Request, then search for Monsieur Dupont by his email address. After finding him in our database, we select the “no longer to be used in processing” request type, which creates an opt-out for him and historizes it in his record. This way, he won't receive our mailings in the future.

## Implementation in SIMAX

### Create a DGPR request

To create GDRP request, click **General > GDPR > GDPR requests** then **\[\[New]]**.

<figure><img src="/files/sM5ln66SJPMl2MCvCw5W" alt=""><figcaption></figcaption></figure>

### Create a GDPR processing

To create a GDPR process, click **General > GDPR > GDPR processings**, then **\[\[New]]**.

### Opt-in / Opt-out

To write the **Opt-in** request email, go to S**ettings > Plug-in and options > CRM settings.**

<figure><img src="/files/ymfCvXG9yMg7FDcoMEX2" alt=""><figcaption></figcaption></figure>

Enter 50 in **“Volume sent”** to send a daily package of 50 customers who have not yet received an opt-in e-mail, until all contacts have been contacted. In addition, it's essential to include an unsubscribe link in the e-mail or directly in the opt-in message.

After the day has passed, in **CRM > Marketing > Contact status**, or **CRM > Customer> Customers**, you can check the first contacts who received the Opt-in, and in **\[Follow-up]** you'll see in the **History** table the Opt-in sent. You can see the Opt-in **communication date** and the Opt-in **refusal date**.

<figure><img src="/files/mbnB2M8f5Q10zwvWDNPz" alt=""><figcaption></figcaption></figure>

Mr Dupont calls to unsubscribe from communications. The service concerned therefore follows the menu path **General > GDPR > GDPR requests**, then clicks on **\[\[New]]**.

<figure><img src="/files/GV7lt1qVGnqB5ypnTUdt" alt=""><figcaption></figcaption></figure>

Via **\[\[Related contact search]]**, they can find the information concerning him/her, and choose the **Type of request** that corresponds to the customer's request.

<figure><img src="/files/6M3Z7KRZN4huyE6yUF59" alt=""><figcaption></figcaption></figure>

When this unsubscription is **saved**, it will create an opt-out that will be logged in the customer's file.

<figure><img src="/files/b2BAmRvJa9G0yIHm3t4Y" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.simax.fr/documentation-simax-anglais/crm/gdpr.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
