LoginSignup
1
2

More than 3 years have passed since last update.

Google カレンダーの予定をトリガーにトーク BOT で LINE WORKS に通知

Last updated at Posted at 2019-06-09

本記事では、Google Calendar に登録した予定の開始時間にトーク BOT で LINE WORKS に通知する手順を紹介します。

Azure Automation の準備

Azure Automation の Runbook の準備は、こちらの記事を参照してください。

TITLE: LINE WORKS + Azure Automation + Microsoft Flow で LINE WORKS Bot からトークメッセージ送信
URL: https://qiita.com/iwaohig/items/3056b95597772061d17b

IFTTT では、Runbook を直接呼びだすことはできませんが、Azure Automation で Webhook が設定できるので、IFTTT の Webhooks の機能を利用します。

TITLE: webhook を使用した Azure Automation の Runbook の開始
URL: https://docs.microsoft.com/ja-jp/azure/automation/automation-webhooks

image.png

image.png

IFTTT の準備

image.png

IFTTT のアプレット作成時に "this" のトリガーに "Google Calendar" を指定します。
image.png

image.png

IFTTT のアプレット作成時に "that" のアクションを指定する部分で Webhooks を指定します。

image.png

Webhokks の URL に Azure Automation の Runbook で生成した Webhook の URL を記述し、Method は POST を指定します。

image.png

動作確認

Google カレンダーの予定開始時に、LINE WORKS の Bot からトークメッセージが送られることを確認します。

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2