# Recipe Send Team Announcement > Send a team announcement via both Gmail and a Google Chat space. Source: https://skillsagentes.com/skills/googleworkspace/cli/recipe-send-team-announcement Repository: https://github.com/googleworkspace/cli Author: googleworkspace License: Apache-2.0 Updated: hace 4 meses Context cost: 16 tok installed, 198 tok once triggered, 198 tok with every bundled file Bundle: 1 file, 791 B Permissions requested: none declared ## Install ```bash npx -y skills add googleworkspace/cli --skill recipe-send-team-announcement --agent claude-code ``` ## What it does - Envía un correo de anuncio con `gws gmail +send` - Publica un mensaje relacionado en un espacio de Google Chat con `gws chat +send` ## Use it when - Se necesita anunciar algo al equipo tanto por email como por Google Chat ## What triggers it - "Envía un anuncio al equipo por Gmail y Google Chat" - "Notifica los cambios de política por correo y en el espacio de Chat" ## Before you install - Requiere el binario `gws` y tener cargadas las skills `gws-gmail` y `gws-chat`. ## Files - SKILL.md — 791 B ## SKILL.md Reproduced verbatim from googleworkspace/cli under Apache-2.0. This section is the upstream document and is in English. # Announce via Gmail and 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. ## 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.'` --- Skills Agentes — https://skillsagentes.com/skills/googleworkspace/cli/recipe-send-team-announcement