uni-sendgrid

Send transactional emails via SendGrid CLI with dynamic templates.

9|1|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/shockz09/uni-cli --skill uni-sendgrid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uni-sendgrid
Source: https://github.com/shockz09/uni-cli/tree/main/skill/skills/uni-sendgrid
Command: npx skills add https://github.com/shockz09/uni-cli --skill uni-sendgrid

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables you to send transactional emails from the command line using SendGrid, replacing manual steps and API calls with a simple CLI workflow.

Core Features & Use Cases

  • Plain text and HTML emails: Send emails with or without HTML content.
  • Dynamic templates: Use SendGrid dynamic templates with data payloads.
  • Multiple recipients: Send to a comma-separated list of recipients.
  • Sender verification: Requires a verified sender and API key to operate.

Quick Start

Frequently Asked Questions about uni-sendgrid

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send transactional emails from the command line using SendGrid?

You can send transactional emails from the CLI by authorizing a SendGrid API key and verified sender, then using the send command with recipient addresses, subject, and message body to deliver plain text or HTML content.

Can I send transactional emails to multiple recipients at once through a CLI?

Yes, you can send transactional emails to multiple recipients by passing a comma-separated list of email addresses to the CLI send command, allowing a single message to reach several users simultaneously.

How do I use SendGrid dynamic templates with data payloads from the terminal?

You can use SendGrid dynamic templates from the terminal by specifying the template during the CLI send command and providing the required data payload to populate the template variables for each recipient.

Do I need a verified sender email to send HTML emails via SendGrid CLI?

Yes, a verified sender email and a valid SendGrid API key are required to authenticate and send HTML or plain text transactional emails through the CLI workflow.

What is the best way to automate transactional email delivery without writing API calls?

Automating transactional email delivery without direct API calls is possible by using a CLI workflow to compose and send plain text or HTML messages, replacing manual steps with simple terminal commands.

Does this CLI approach support both plain text and HTML transactional emails?

Yes, the CLI approach supports sending both plain text and HTML transactional emails, allowing you to include HTML content directly in the send command for formatted message delivery.