👌
Zapierで休みの日に自動でSlack statusを変更する
やりたいこと
自分が休みの日に他の人がわかるようにSlackのステータスを自動で変更したい。
イメージ
前提
Google Calendarに 休み
という予定を入れている。
Zapサマリ
Trigger : Schedule by Zapier
- 「毎平日8時になったら」
- Trigger Eventは
Every Day
- Time of Dayは
8am
Action1 : Google Calendar
- 「休みの予定を探す」
- Action Eventは
Find Event
- Calendarは適切なものを
- Search Termは
休み
- Start Timeは
-2hours
- End Timeは
+12hours
Action2 : Filter setup & testing
- 「予定があれば」
- Only continue if...は
{{ID}}
Exists
Action3 : Slack
- 「ステータスを休みに更新」
- Action Eventは
Set Status
- Status Textは
本日 {{date_year}}/{{date_month}}/{{date_day}} 休みです
- Status Emojiは
:warning:
- Expiration Timeは
in 12 hours
Discussion