> For the complete documentation index, see [llms.txt](https://manual.dxable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.dxable.com/clickup/features-and-clickapps/automations/create-custom-automations.md).

# カスタムAutomationsを作成する

オートメーション テンプレートで探しているものが見つかりませんか?ユースケースに合わせてカスタムAutomationsを作成できます。

スペース、フォルダー、またはリスト内のタスク、サブタスク、またはその両方にカスタムAutomationsを適用します。

利用可能なトリガーとアクション (カスタムフィールドを含む) を参照します。

### **必要なもの** <a href="#z2hxc5sw801" id="z2hxc5sw801"></a>

* ワークスペース管理者または所有者は、オートメーションClickAppを有効にする必要があります。
* [GuestsはAutomationsを設定できません。](https://help.clickup.com/hc/en-us/articles/6310033667223-User-Roles)
* ワークスペースに含めることができるアクティブなAutomationsの合計数は、プランによって異なります。
  * Free Forever：合計 50 個のアクティブなAutomations。
  * Unlimited：合計 500 個のアクティブなAutomations。
  * Business以上：アクティブなAutomationsの総数はUnlimited。
* 1 か月あたりに完了できるアクションの数は、プランによって異なります。
  * Free Forever： 100 アクション/月。
  * Unlimited： 1,000 アクション/月。
  * Business： 10,000 アクション/月。
  * Business Plus： 25,000 アクション/月。
  * Enterprise： 250,000 アクション/月。
* アクション制限は毎月 1 日 (PST：太平洋標準時) にリセットされます。
* Automationsの使用率が 90% になった場合、および使用率が 100% を超えた場合、使用状況アラートeメールがワークスペースの所有者と管理者に送信されます。
* Business PlusおよびEnterpriseプランでは、さらに多くの自動化アクションを購入できます。
* [Webhook アクションと自動化の統合は、Businessプラン以上で利用できます。](https://help.clickup.com/hc/en-us/articles/6312097314199-Use-Automation-Actions#h_dcacd73519)

### **トリガー、条件、アクション、および複数のアクションを使用する** <a href="#ltfwy8xxny15" id="ltfwy8xxny15"></a>

トリガー、条件、および 1 つ以上のアクションをSet up、カスタム オートメーションを作成します。

![Screenshot of an Automation with a Trigger, Condition, and muliple Actions.](/files/Wb6E2DwIDbrxZO52f9zs)

[トリガーは、オートメーションを開始するイベントです。タスク、サブタスク、またはその両方に適用するトリガーを設定できます。](https://help.clickup.com/hc/en-us/articles/6312128853015-Use-Automation-Triggers)

[条件は、オートメーションを起動するために満たす必要がある基準です。](https://help.clickup.com/hc/en-us/articles/6312136485527-Use-Automation-Conditions)

[アクションは、オートメーションがトリガーされた後に開始されるイベントです。](https://help.clickup.com/hc/en-us/articles/6312097314199-Use-Automation-Actions)

### **カスタムオートメーションを作成する** <a href="#id-2nmvnz8e6tto" id="id-2nmvnz8e6tto"></a>

カスタム オートメーションを作成するには：

1. オートメーションを適用するスペース、フォルダー、またはリストを開きます。
2. 右上隅にある\[Automations]をクリックします。
3. 左側のドロップダウン メニューからトリガーを選択します。
4. 「条件の追加」をクリックして、1 つ以上のオプションの条件を追加します。
5. 右側のドロップダウン メニューからアクションを選択します。
6. さらにアクションを追加するには、+ ボタンをクリックします。
7. 「作成」をクリックします。

たとえば、プロジェクト管理チームには、開始前に運営委員会のレビューを受けるタスクのリストがあります。リード プロジェクト マネージャーは、プロジェクトが承認されたときに関係者に通知するオートメーションを作成します。

* **トリガー：**&#x53;tatusが保留中から承認済みに変わったとき
* **条件：**&#x671F;限が今日と等しい場合
* **アクション：**&#x6B21;に、ウォッチャーに通知するコメントを追加します。

![Screnshot of a custom Automation for a project management team.](/files/oyVUlhu4WFULrMWXaD8R)

リード プロジェクト マネージャーは、別のアクションを追加して、プロジェクト マネージャーが承認されたプロジェクトを計画して開始するためのタスクを別のリストに作成します。

![Screenshot of a create task Action.](/files/9T8he1xEowsRJz5m7rOd)


---

# 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://manual.dxable.com/clickup/features-and-clickapps/automations/create-custom-automations.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.
