sendgrid

Installation
SKILL.md

Troubleshooting

If requests fail, run zero doctor check-connector --env-name SENDGRID_TOKEN or zero doctor check-connector --url https://api.sendgrid.com/v3/scopes --method GET

How to Use

All examples assume SENDGRID_TOKEN is set. SendGrid uses Bearer authentication on all v3 endpoints.

Base URL: https://api.sendgrid.com/v3

1. Verify the API Key

Returns the scopes attached to the current key. Useful for sanity-checking the connection.

curl -s "https://api.sendgrid.com/v3/scopes" --header "Authorization: Bearer $SENDGRID_TOKEN"

2. Send a Single Transactional Email

Installs
10
GitHub Stars
64
First Seen
May 14, 2026
sendgrid — vm0-ai/vm0-skills