send-email Skill
Send HTML email notifications via Azure Logic App. Use when (1) sending formatted emails to recipients, (2) delivering reports or summaries via email, (3) triggering email notifications from workflows. Triggers on requests like "send email", "email this", "send via email", "mail to". Published by microsoft in vscode-java-pack.
What is send-email Skill?
Send HTML email notifications via Azure Logic App. Use when (1) sending formatted emails to recipients, (2) delivering reports or summaries via email, (3) triggering email notifications from workflows. Triggers on requests like "send email", "email this", "send via email", "mail to". Published by microsoft in vscode-java-pack. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Data analysis
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use send-email Skill
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/vscode-java-pack
- Skill file: .github/skills/send-email/SKILL.md
What it does
Send HTML email notifications via Azure Logic App. Use when (1) sending formatted emails to recipients, (2) delivering reports or summaries via email, (3) triggering email notifications from workflows. Triggers on requests like "send email", "email this", "send via email", "mail to".
Skill instructions
Send Email Skill Send HTML email notifications to specified recipients via an Azure Logic App HTTP trigger. Overview This skill constructs a well-formatted HTML email from user-provided content and posts it to a configured Logic App endpoint for delivery. Usage Required Environment Variable The mailing URL must be set via environment variable: - MAILINGURL: The Azure Logic App HTTP trigger URL for email sending Required Input from User The user must provide: 1. Content: The information/message to be sent (any format - text, data, structured content) 2. Recipients: One or more email addresses 3. Title (optional): Subject line for the email 4. Time frame (optional): Relevant date/period context Payload Schema The skill constructs and sends a JSON payload: json { "title": "Email Subject", "timeFrame": "January 28, 2026", "body": "<html<body...</body</html", "workflowRunUrl": "https://github.com/org/repo/actions/runs/12345", "recipients": ["user1@example.com", "user2@example.com"] } For th
Explore related resources
Frequently asked questions
What is send-email?
send-email is a open-source AI agent skill with Copy skill directory. Send HTML email notifications via Azure Logic App. Use when (1) sending formatted emails to recipients, (2) delivering reports or summaries via email, (3) triggering email notifications from workflows.
Who is send-email best for?
send-email is best for reusing agent instructions, scripts, and references, data analysis workflows.
How do I install send-email?
Install or run send-email using Copy skill directory. Check send-email for the latest setup command.
Is send-email actively maintained?
send-email may need a closer maintenance check before production use.
Auto-fetched from GitHub.