Favicon of twilio-sendgrid-email-send

twilio-sendgrid-email-send Skill

AI Agent SkillCommunicationJavaScriptOpen source

Send transactional and bulk email via the SendGrid v3 Mail Send API. Covers single sends, personalized batch sends with dynamic templates, scheduled sends with cancellation, attachments, and sandbox mode for testing. Use this skill when the caller has a SendGrid API key (SG.-prefix). Do NOT use this skill if the caller Published by openai in plugins.

Decision snapshot

Is this a fit?

Best for

Testing, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

API key required authentication, Credentials required

Setup

Copy skill directory

Project health

19 days ago

Considerations

Access note: API key required.

What is twilio-sendgrid-email-send Skill?

Send transactional and bulk email via the SendGrid v3 Mail Send API. Covers single sends, personalized batch sends with dynamic templates, scheduled sends with cancellation, attachments, and sandbox mode for testing. Use this skill when the caller has a SendGrid API key (SG.-prefix). Do NOT use this skill if the caller Published by openai in plugins. 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.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
92/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Testing
  • Testing use cases

Declared skill metadata

  • Source file: plugins/twilio-developer-kit/skills/twilio-sendgrid-email-send/SKILL.md

These fields retain source and confidence evidence from the indexed SKILL.md.

Compatibility and setup

Copy skill directory
  • Install or run with Copy skill directory
  • API key required

Requirements and access

API key required

Security and permissions

Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.

Credentials requiredAPI key required authentication

When to use twilio-sendgrid-email-send Skill

  • Use it for testing.

Built with

JavaScriptCopy skill directory

Editorial notes

Source

  • Creator: openai
  • Repository: openai/plugins
  • Skill file: plugins/twilio-developer-kit/skills/twilio-sendgrid-email-send/SKILL.md

What it does

Send transactional and bulk email via the SendGrid v3 Mail Send API. Covers single sends, personalized batch sends with dynamic templates, scheduled sends with cancellation, attachments, and sandbox mode for testing. Use this skill when the caller has a SendGrid API key (SG.-prefix). Do NOT use this skill if the caller

Skill instructions

Overview Agent safety: Always confirm recipients, subject, and content with the user before sending. Email is irreversible once delivered. Never send email autonomously without explicit user approval — especially for batch sends to multiple recipients. All email sending goes through POST /v3/mail/send. This endpoint returns 202 Accepted (queued) — NOT 200 OK (delivered). Delivery confirmation comes asynchronously via Event Webhook. See twilio-sendgrid-webhooks. --- Basic Send Python python import os, sendgrid from sendgrid.helpers.mail import Mail sg = sendgrid.SendGridAPIClient(os.environ["SENDGRIDAPIKEY"]) message = Mail( fromemail="verified@yourdomain.com", toemails="recipient@example.com", subject="Order Confirmation", htmlcontent="<pYour order 1234 is confirmed.</p" ) response = sg.send(message) print(f"Status: {response.statuscode}") 202 = queued Node.js javascript const sgMail = require("@sendgrid/mail"); sgMail.setApiKey(process.env.SENDGRIDAPIKEY); const [response] = await sgM

Verified compatibility and discovery

Frequently asked questions

What is twilio-sendgrid-email-send?

twilio-sendgrid-email-send is a open-source AI agent skill with Copy skill directory. Send transactional and bulk email via the SendGrid v3 Mail Send API. Covers single sends, personalized batch sends with dynamic templates, scheduled sends with cancellation, attachments, and.

Who is twilio-sendgrid-email-send best for?

twilio-sendgrid-email-send is best for reusing agent instructions, scripts, and references, testing workflows.

How do I install twilio-sendgrid-email-send?

Install or run twilio-sendgrid-email-send using Copy skill directory. Check twilio-sendgrid-email-send for the latest setup command.

Is twilio-sendgrid-email-send actively maintained?

twilio-sendgrid-email-send may need a closer maintenance check before production use.

Share:

Stars
5,140
Forks
717
Last commit
19 days ago
Last verified
Aug 23, 2026
Metadata fetched
Aug 23, 2026
Repository age
6 months
License
Unknown

Project health auto-fetched from the source repository.

Maintain this resource?

Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.

Alternatives to twilio-sendgrid-email-send