# Configuring a Connection between OE and Make Modules

Make modules are components that are used for creating scenarios in Make.

{% hint style="info" %}
To learn more about the way they work, see [Types of Modules](https://www.make.com/en/help/modules).
{% endhint %}

The connection between OE (Orchestration) and the modules in Make is normally created automatically. However, if it happens that you add the module in Make when creating a scenario, and the connection is not established, you can configure it manually:

1. Add an Orchestration module in Make, for example a **Trigger Event**. An **Emporix Orchestration** window pops up, where you can check all the module’s details, and enter the required data.

   <figure><img src="/files/GcDp2Av2eyOTUoVQSxzD" alt="" width="538"><figcaption></figcaption></figure>
2. To open the connection configuration, choose **ADD** in the connections section. The **Create a connection** window is displayed.

   <figure><img src="/files/QsuSMuWTAYqPwsXRhnu8" alt="" width="450"><figcaption></figcaption></figure>
3. Enter the **Event Source ID** and the related **Secret**. You can copy and paste the ID and the secret from the Emporix Management Dashboard.To find the **Event Source ID** and the **Secret**, go to **OE** –> **Admin** –> **Settings**.

   <figure><img src="/files/rNqVKCmCAsilZjySuSj9" alt="" width="539"><figcaption></figcaption></figure>
4. Choose the **environment** with which you want to establish the connection.
5. Enter the **Client ID** and the client **Secret**. You can copy and paste the ID and the secret from [Emporix Developer Portal](https://dashboard-login.emporix.io/devportal/login).\
   To find the **Client ID** and the **Secret**, go to **Developer Portal** → **OE API Keys**.

   <figure><img src="/files/LVa0rN7DF25H7YRGxgei" alt=""><figcaption></figcaption></figure>
6. Choose **SAVE** to create the connection.


---

# 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://developer.emporix.io/oe/value-streams/working-with-value-streams/configuring-a-connection-between-oe-and-make-module.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.
