# How to Retrieve Data from Make.com to Tiledesk

If you are familiar with Make, you know how this platform allows you to create various automations. The good news is that you can easily connect your AI Agent to Make and send and receive data from it.

In today’s tutorial, we will go through the process of receiving data from Make to our AI Agent in Tiledesk.

To do this, we need to create a free account in Make and then connect it to our Tiledesk project.

Let’s dive in!

#### Make Configuration <a href="#make-configuration" id="make-configuration"></a>

1. Head to the [Make dashboard](https://www.make.com/en/login) and go to the **Scenario** section to create our flow. For this automation, we need two modules: **Custom Webhook** and **Webhook Response**.
2. As you can see in the image below, I have added the first module and copied the webhook address, which we will use later in the Tiledesk design studio.

<figure><img src="/files/71JQBBvjXlSDO5Kx2RWl" alt=""><figcaption></figcaption></figure>

1. Then, add the other module - **Webhook Response**. In the Body section, I inserted a short message, but it could be in a different format like a piece of code or anything else.

<figure><img src="/files/38iAxo4oLL405MmXXMEs" alt=""><figcaption></figcaption></figure>

1. Save the scenario and activate it.

That’s all for Make. Now we need to get back to the Tiledesk dashboard.

### Tiledesk Configuration <a href="#tiledesk-configuration" id="tiledesk-configuration"></a>

1. Head to the [Tiledesk dashboard](https://panel.tiledesk.com/v3/dashboard/#/projects) and then from the **Flow** section, choose the correct AI Agent and enter the **Design Studio**.
2. For this example, I used a button and connected it to [**Web Request**](/ai-chatbots-and-automation/actions-explained/web-request-action.md), which you can find among the Integration actions.
3. Click on the Web Request block and paste the webhook URL which we copied from the Make dashboard.

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

1. In the Assigned section, you can see three attributes: **Result**, **Status**, and **Error**.
2. I will create two paths, one for **Results** and one for **Error**, as you see in the image below.

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

Now it’s time to check our integration. As you can see in the image below, data from Make has been successfully transferred to Tiledesk.

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

This integration can help you retrieve information from different sources to your Tiledesk AI Agent. This information can be a user’s name, tracking code, product ID, or anything else.

Hope you find it helpful!&#x20;

In case you need support in implementing this integration, please contact us via <support@tiledesk.com>.

To read more about Tiledesk capabilities, you can visit our website: [www.tiledesk.com](https://tiledesk.com/).

To get started for free with Tiledesk, [click here](https://panel.tiledesk.com/v3/dashboard/#/signup).


---

# 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://guide.tiledesk.com/other-integrations/how-to-retrieve-data-from-make.com-to-tiledesk.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.
