> For the complete documentation index, see [llms.txt](https://docs.messageflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.messageflow.com/integrations/e-commerce-and-cms/integrators/base-baselinker.md).

# Base (BaseLinker)

Base (formerly BaseLinker) is a multichannel sales management system that integrates various marketplace platforms and stores in one place. Connecting it with MessageFlow via SMTP allows you to centralize the sending of all email notifications to customers (e.g., about orders, status changes) and handle it through a professional infrastructure. This gives you access to advanced analytics for communication from all your sales channels, while insight into detailed logs and message statuses in the MessageFlow panel provides full control over your customer correspondence.

## **Before you begin**

Make sure you have your MessageFlow SMTP credentials ready, as you will need them during the configuration process.

* You can find these credentials in your MessageFlow panel under **Email API -> Settings -> SMTP Accounts**.
* For more information, see our general documentation: [Broken mention](broken://pages/dpRhuQ0FqiSatDxOPTDp)

## **Step-by-step configuration**

1. Log in to your account in the Base system.
2. From the menu on the left, go to **Orders**, and then from the expanded menu, select **E-mail/SMS templates**.

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

3. In the new view, click the **Email accounts** tab.
4. Click the green **+ Add new account** button, and then select **Add an SMTP account** from the drop-down list.

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

3. In the displayed form, fill in the fields using your SMTP credentials from the MessageFlow panel:
   * SMTP server address: `smtp.messageflow.com`
   * SMTP Login: Enter your username in the format `1.your_account_name.smtp`.
   * SMTP Password: Enter the password for your SMTP account.
   * Connection security: Select TLS from the list. This is the recommended method, ensuring your message transmission is encrypted.
   * Full e-mail address: Enter the email address that will act as the sender (e.g., <contact@yourshop.com>). Remember that the domain you use here must be properly authorised in your MessageFlow panel beforehand.
   * Display name: Provide the sender name that will be visible to your customers (e.g., YourBrand Customer Support).

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

4. After filling in all the fields, click **Save** to complete the configuration.

## **Verifying the integration**

To check if the integration works correctly, perform an action in Base that results in sending an email to a customer (e.g., change the status of a test order to one that has a message template assigned).

Then, log in to the MessageFlow panel and go to the Email API -> Email Reports section. If the message is visible, it means your Base system is now correctly integrated with MessageFlow!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.messageflow.com/integrations/e-commerce-and-cms/integrators/base-baselinker.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.
