> For the complete documentation index, see [llms.txt](https://docs.opusbooster.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opusbooster.com/external-integrations/make.md).

# Make

{% hint style="info" %}
**Make**は、コードを必要とせずに手作業のプロセスを自動化するためのツールです。彼らは自身を「インターネットの糊」と呼び、顧客がアプリやサービスを相互に接続できるよう支援しています。
{% endhint %}

### 無料アプリをダウンロード

{% embed url="<https://www.make.com/en/hq/app-invitation/c1b4a4a884d8baa81e889e1cb133bea6>" %}

上記のリンクをクリックすると、MakeアプリをあなたのMakeアカウントに追加するように案内されます。なお、Makeアカウントをお持ちでない場合は、そこでサインアップすることもできます。

<figure><img src="/files/72WLCbsLKD4H01cU3KAJ" alt=""><figcaption></figcaption></figure>

### Makeの仕組み

Makeの仕組みを理解するには、まずAPIとは何かを知る必要があります。API（アプリケーション・プログラム・インターフェース）は、ソフトウェアプロバイダー（MailChimp、Shopify、PayPalなど）が提供するもので、開発者が彼らのアプリケーション内のデータにアクセスできるようにするものです。例えば、開発者がShopify APIを通じて新規のShopify注文をすべて検知し、そしてMailChimp APIを通じてそれらの顧客をMailChimpのニュースレターに登録するというようなコードを書くことができます。

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

Makeは、これらの複雑なAPIをコードなしで利用できるよう、シンプルなブロックに変換し、ドラッグ＆ドロップで簡単に接続できるようにしています。Makeではこれらのブロックを「モジュール」、それらの間の視覚的な接続を「シナリオ」と呼んでいます。

一度設定すれば、Makeは24時間365日稼働し続けます。


---

# 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://docs.opusbooster.com/external-integrations/make.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.
