recipe-batch-reply-to-emails
查找符合特定查询条件的Gmail邮件,并批量发送标准回复,提高邮件处理效率。
npx skills add googleworkspace/cli --skill recipe-batch-reply-to-emailsBefore / After 效果对比
1 组手动回复大量符合条件的Gmail邮件耗时巨大,效率低下,容易遗漏,影响客户响应速度。
自动查找并批量发送标准回复给Gmail邮件,大幅提升邮件处理效率,确保及时响应,优化客户体验。
description SKILL.md
recipe-batch-reply-to-emails
Batch Reply to Similar Gmail Messages PREREQUISITE: Load the following skills to execute this recipe: gws-gmail Find Gmail messages matching a query and send a standard reply to each one. Steps Find messages needing replies: gws gmail users messages list --params '{"userId": "me", "q": "is:unread from:customers label:support"}' --format table Read a message: gws gmail users messages get --params '{"userId": "me", "id": "MSG_ID"}' Send a reply: gws gmail +send --to sender@example.com --subject 'Re: Your Request' --body 'Thank you for reaching out. We have received your request and will respond within 24 hours.' Mark as read: gws gmail users messages modify --params '{"userId": "me", "id": "MSG_ID"}' --json '{"removeLabelIds": ["UNREAD"]}' Weekly Installs621Repositorygoogleworkspace/cliGitHub Stars20.8KFirst Seen13 days agoSecurity AuditsGen Agent Trust HubPassSocketPassSnykWarnInstalled oncodex605opencode604gemini-cli603cursor603github-copilot603kimi-cli602
forum用户评价 (0)
发表评价
暂无评价,来写第一条吧
统计数据
用户评分
为此 Skill 评分