recipe-send-team-announcement

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Announce via Gmail and Google Chat

通过Gmail和Google Chat发送通知

PREREQUISITE: Load the following skills to execute this recipe:
gws-gmail
,
gws-chat
Send a team announcement via both Gmail and a Google Chat space.
前提条件: 加载以下技能以执行此方案:
gws-gmail
gws-chat
通过Gmail和Google Chat空间发送团队通知。

Steps

步骤

  1. Send email:
    gws gmail +send --to team@company.com --subject 'Important Update' --body 'Please review the attached policy changes.'
  2. Post in Chat:
    gws chat +send --space spaces/TEAM_SPACE --text '📢 Important Update: Please check your email for policy changes.'
  1. 发送邮件:
    gws gmail +send --to team@company.com --subject 'Important Update' --body 'Please review the attached policy changes.'
  2. 在Chat中发布消息:
    gws chat +send --space spaces/TEAM_SPACE --text '📢 Important Update: Please check your email for policy changes.'