---
name: "Marketing: SendGrid"
description: Email delivery platform for transactional and marketing emails. Run it via run_marketing_tool (tool="sendgrid").
version: 1
situations: email, sendgrid
requires-secrets: SENDGRID_API_KEY
requires-packages:
---

# Marketing: SendGrid (Email)

Email delivery platform for transactional and marketing emails.

Call the `run_marketing_tool` tool with `tool: "sendgrid"` and `args: [...]` — args is the same
`{resource} {action} [--flag value ...]` shape as the CLI itself. Output is JSON on stdout.

Example: `run_marketing_tool` with `tool="sendgrid"`, `args=["--help"]`.

Use `--dry-run` on any command to preview the request without sending it. Full command reference (every resource/action/flag): [reference.md](reference.md).

Needs the secret(s) `SENDGRID_API_KEY` set in the vault (Secrets UI) — ask the operator to add them if
`run_marketing_tool` reports they're missing.
