$npx -y skills add googleworkspace/cli --skill recipe-send-team-announcementSend a team announcement via both Gmail and a Google Chat space.
| 1 | # Announce via Gmail and Google Chat |
| 2 | |
| 3 | > **PREREQUISITE:** Load the following skills to execute this recipe: `gws-gmail`, `gws-chat` |
| 4 | |
| 5 | Send a team announcement via both Gmail and a Google Chat space. |
| 6 | |
| 7 | ## Steps |
| 8 | |
| 9 | 1. Send email: `gws gmail +send --to team@company.com --subject 'Important Update' --body 'Please review the attached policy changes.'` |
| 10 | 2. Post in Chat: `gws chat +send --space spaces/TEAM_SPACE --text '📢 Important Update: Please check your email for policy changes.'` |