# Zapier 連携

apierはカレンダー管理や社内メッセージの送信など、さまざまな繰り返し作業を自動化するためのタスク自動化ツールです。 （[**Zapierについてはこちらをご覧ください**](https://zapier.com/)） [**Alliのデータ連携**](https://docs.allganize.ai/alli-userguide/skills/skill-editor/node/integrate-node-advanced)ノードを使用してAlliをZapierに接続すると、Alliは多くの反復作業を処理できるようになります。

以下に簡単な連携方法をご紹介します。

1\. Zapierダッシュボードから新しいZapを生成し、Appでは、「Webhooks by Zapier」を、Trigger Eventでは「Catch Hook」を選択します。

<figure><img src="https://i0.wp.com/guide.allganize.ai/wp-content/uploads/2022/01/Screen_Shot_2020-10-19_at_3_11_48_PM.png?resize=630%2C345&#x26;ssl=1" alt=""><figcaption></figcaption></figure>

2\. Continueボタンをクリックすると、Custom Webhook URLを確認することが できますので、右の\<Copy>

<figure><img src="https://i0.wp.com/guide.allganize.ai/wp-content/uploads/2022/01/Screen_Shot_2020-10-19_at_3_08_48_PM.png?resize=625%2C227&#x26;ssl=1" alt=""><figcaption></figcaption></figure>

3\. Alliダッシュボードに移動し[**Zapを作動**](https://docs.allganize.ai/alli-userguide/skills/skill-editor/node/integrate-node-advanced)させたいスキル内の適切な位置に連携 ノード（アドバンスド）を作成します。 URLメソッドではPOSTを選択し、その下のURLフィール ドに、先ほどコピーしたWebhook URLを貼り付けます。

<figure><img src="https://i0.wp.com/guide.allganize.ai/wp-content/uploads/2022/05/zappier1-1.png?resize=800%2C445&#x26;ssl=1" alt=""><figcaption></figcaption></figure>

4\. 連携ノードの「送信データ」の項目の下でZapierにエクスポートデータを保存 する変数を選択して、キーの値を入力します。そのキーは、以降Zapierで伝達 されたデータを識別するために使用され、単語の最初の文字が自動的に大文字 になり、「\_」はスペースに置き換えられます。（例：first\_name – > First Name）

ノードとスキルが完成したら、スキルをもう一度実行（プレビューで実行してもよい）して、キー情報を生成しているZapに送信します。

<figure><img src="https://i0.wp.com/guide.allganize.ai/wp-content/uploads/2022/05/zappier2-1.png?resize=374%2C508&#x26;ssl=1" alt=""><figcaption></figcaption></figure>

5\. Zapierに戻り、\[Test trigger]ボタンををクリックします。データが正しく送信されたか確認します。

<figure><img src="https://i0.wp.com/guide.allganize.ai/wp-content/uploads/2022/01/Zapier-Integration-5.png?resize=636%2C476&#x26;ssl=1" alt=""><figcaption></figcaption></figure>

6\. 送信されたKeyを利用して「Do this」の部分を作成してZapを作成します。

以下は休暇を申請する、Googleカレンダーを登録してスラックメッセージを送信するようにZapとAlliスキルを設定した簡単な例です。

## Zapier 設定 <a href="#zapier-settings" id="zapier-settings"></a>

<figure><img src="https://i0.wp.com/guide.allganize.ai/wp-content/uploads/2022/01/Zapier-Integration-6-1.png?resize=653%2C313&#x26;ssl=1" alt=""><figcaption><p>Zapの全体の流れ</p></figcaption></figure>

<figure><img src="https://i0.wp.com/guide.allganize.ai/wp-content/uploads/2022/01/Zapier-Integration-7-1.png?resize=657%2C298&#x26;ssl=1" alt=""><figcaption><p>Googleカレンダーの連動のためのAppとAction Event設定</p></figcaption></figure>

<figure><img src="https://i0.wp.com/guide.allganize.ai/wp-content/uploads/2022/01/Zapier-Integration-8-1.png?resize=655%2C311&#x26;ssl=1" alt=""><figcaption><p>Googleカレンダーの連動のためのDetailed Event設定（1）</p></figcaption></figure>

<figure><img src="https://i0.wp.com/blog.allganize.ai/content/images/2020/10/Screen-Shot-2020-10-19-at-3.54.13-PM.png?resize=675%2C152&#x26;ssl=1" alt=""><figcaption><p>Googleカレンダーの連動のためのDetailed Event設定（2）</p></figcaption></figure>

<figure><img src="https://i0.wp.com/guide.allganize.ai/wp-content/uploads/2022/01/Zapier-Integration-10-1.png?resize=677%2C184&#x26;ssl=1" alt=""><figcaption><p>Slack連動のためのAppとAction Event設定</p></figcaption></figure>

<figure><img src="https://i0.wp.com/guide.allganize.ai/wp-content/uploads/2022/01/Zapier-Integration-11-1.png?resize=679%2C265&#x26;ssl=1" alt=""><figcaption><p>Slack連動のためのChannel Message設定（1）</p></figcaption></figure>

<figure><img src="https://i0.wp.com/guide.allganize.ai/wp-content/uploads/2022/01/Zapier-Integration-12-1.png?resize=690%2C157&#x26;ssl=1" alt=""><figcaption><p>スラック連動のためのChannel Message設定（2）、ボットにメッセージを送信する設定</p></figcaption></figure>

## Alli スキル 設定 <a href="#alli-skill-settings" id="alli-skill-settings"></a>

以下のスキルの例は、[**質問・応答ノード**](https://docs.allganize.ai/alli-userguide/skills/skill-editor/node/send-a-message-node)からVacationType情報を取得し、[**入力フォームノード**](https://docs.allganize.ai/alli-userguide/skills/skill-editor/node/build-a-form-node)から残りの情報を取得するように設計しています。

<figure><img src="https://i0.wp.com/guide.allganize.ai/wp-content/uploads/2022/01/Zapier-Integration-13-1.png?resize=800%2C346&#x26;ssl=1" alt=""><figcaption></figcaption></figure>

AlliとZapier連動を通じた、より多くの自動化の事例について、ブログで紹介する予定です。ご期待ください。


---

# 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://docs.allganize.ai/alliyzgaido/skills/skill-editor/skill-example/zapier-integration.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.
