# Redirect to Customer Website and Add Email Address to Blacklist

Using this option, you can link your unsubscribe website under the “Unsubscribe” button. The system will add your user's email address to your EmailLabs Blacklist to avoid sending them more emails.

The process of unsubscribing with redirection:

* When the user clicks on the **“unsubscribe”** button, they will be briefly redirected to EmailLabs’s website, where their email address will be added to the internal Blacklist.
* Then, the user will be directed to the specified URL with the added **\_GET”ul”** parameter, which is a sequence coded in **Base64:** \
  `message_id|e-mail|account_name_smtp.`&#x20;
* After decoding the “ul” part, you will get information in the following format: `adres@domain.coml|email@recipient.com|1.account.smtp`

<figure><img src="/files/Y8FCaQLNJ4a8fHToRi74" alt="unsubsribe-blacklist"><figcaption></figcaption></figure>

* **Redirect URL:** enter the full URL address where the user is going to be redirected after clicking on the “Unsubscribe” button, then click **“Save”** to approve the changes.
* To add this URL to your emails, place the following code in the message content:\
  `<a href="##unsubscribe_link##">{{ URL name }}</a>`

Replace **{{ URL name }}** with any text representing the unsubscribe link.

**⬅️ Detailed instructions for each panel section under the "Unsubscribe' tab can be found in the drop-down menu on the left.**


---

# 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://docs.emaillabs.io/en/analytics-panel/functionalities/unsubscribe/redirect-to-customer-website-and-add-email-address-to-blacklist.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.
