> For the complete documentation index, see [llms.txt](https://guide.tiledesk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.tiledesk.com/ai-chatbots-and-automation/actions-explained/make.com-action.md).

# Make.com Action

With the Make.com Action you are able to invoke Make.com automations directly from TIledesk.

Simply drag & drop the Make.com action on the stage from the side menu, as show in the picture belok:

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

Once you drag the action you can configure it. The main part is to set up the Make.com webhook and populate all the fields to send to the Make webhook endpoint using the right flow attributes:

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

In the example above we set up an email field to be sent to Make with the value of “userEmail”.

You can connect arbitrary blocks to continue the Make action in the cases of success of failure of the Make webhok invocation. In the example in the picture above we simply connected a couple of Reply actions.

You can find more info, with a video explaining all the details of how to correctly setup a Make integration using the article here:&#x20;

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

[Connect Your Tiledesk Bot to Thousands of Apps Using Make.com](/other-integrations/connect-your-tiledesk-bot-to-thousands-of-apps-using-make.com.md)

If you have questions about the Make.com Action or other Tiledesk features feel free to send an email to [support@tiledesk.com  ](mailto:support@tiledesk.com)or leave us [feedback](https://feedback.tiledesk.com/feedback)


---

# 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, and the optional `goal` query parameter:

```
GET https://guide.tiledesk.com/ai-chatbots-and-automation/actions-explained/make.com-action.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
