explainx.ainewsletter3.5k
ai newstrendingpathwaysworkshopsskills
pricing
workshops ↗
explainx.ai

Upskill in AI — 16 free pathways, live workshops & bootcamps, and 50+ courses from practitioners. Plus the skills, tools, and MCP servers to practice on.

follow us

custom AI agents

[email protected]

get started

Join · $29/mo

learn

pathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serverstoolsagentsllmsdesignsagi trackerranks

company

aboutvisionmissionteaminstructorscommunityhackathonscareers

content

daily AI newsblogreleasespromptsgeneratorsresource librarydemofor LLMs

solutions

all solutionsdeveloper upskillingmarketing upskillingproduct manager upskillingleadership upskilling

Sister Products

Infloq

Infloq

Influencer marketing

BgBlur

BgBlur

Privacy-first blur

Olly Social

Olly Social

Social AI copilot

Ceptory

Ceptory

Video intelligence

BgRemover

BgRemover

Background removal

newsletter · weekly

Get AI news, tools, and insights in your inbox.

contactsupportprivacytermsdata rightssubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

home/skills/tag/emails
skill tag

emails▌

5 indexed skills · max 10 per page

skills (5)

recipe-search-and-export-emails

googleworkspace/cli · AI/ML

0

Search Gmail messages by query and export results for offline review. \n \n Requires the gws-gmail skill as a prerequisite dependency \n Supports Gmail query syntax for filtering by sender, date, labels, and other message properties \n Exports search results to JSON format for further processing or archival \n Retrieves full message details including headers and body content for selected emails \n

recipe-forward-labeled-emails

googleworkspace/cli · AI/ML

0

Locate Gmail messages by label and automatically forward them to another recipient. \n \n Requires the gws-gmail skill as a prerequisite dependency \n Three-step workflow: search messages by label, retrieve full message content, and forward to a specified email address \n Supports custom label queries and preserves original subject and body in forwarded messages \n Designed as a recipe for productivity automation within agent workflows \n

recipe-batch-reply-to-emails

googleworkspace/cli · AI/ML

0

Batch find Gmail messages matching a query and send standardized replies to each. \n \n Requires the gws-gmail skill to execute; operates on Gmail messages via the Google Workspace API \n Typical workflow: search for messages by query (unread, from specific senders, with labels), retrieve message details, send templated replies, and mark messages as read \n Useful for handling repetitive support requests, acknowledgments, or bulk responses to similar inquiries \n

recipe-send-personalized-emails

googleworkspace/cli · AI/ML

0

Read recipient data from Google Sheets and send personalized Gmail messages to each row. \n \n Requires gws-sheets and gws-gmail skills to be loaded before execution \n Reads recipient lists from a specified Google Sheets range, then iterates through each row to send customized emails \n Supports dynamic personalization by embedding recipient data (name, email, etc.) into subject lines and message bodies \n

recipe-label-and-archive-emails

googleworkspace/cli · AI/ML

0

Automatically label and archive Gmail messages matching custom search criteria. \n \n Requires the gws-gmail skill to execute Gmail API operations \n Three-step workflow: search for matching emails using query syntax, apply custom labels, and remove messages from inbox \n Supports flexible filtering through Gmail's query language (e.g., sender, subject, date ranges) \n Designed as a recipe template for building inbox automation workflows \n