twilio-sendgrid-account-setup Skill
Set up a SendGrid account for email delivery. Covers API key creation (SG.-prefix), domain authentication (DKIM/SPF via CNAME records), Single Sender Verification for testing, SDK installation, and the relationship between SendGrid and Twilio credentials. Use before any other SendGrid skill. This skill is for SendGrid Published by openai in plugins.
What is twilio-sendgrid-account-setup Skill?
Set up a SendGrid account for email delivery. Covers API key creation (SG.-prefix), domain authentication (DKIM/SPF via CNAME records), Single Sender Verification for testing, SDK installation, and the relationship between SendGrid and Twilio credentials. Use before any other SendGrid skill. This skill is for SendGrid 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.
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
- Testing
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use twilio-sendgrid-account-setup Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/plugins
- Skill file: plugins/twilio-developer-kit/skills/twilio-sendgrid-account-setup/SKILL.md
What it does
Set up a SendGrid account for email delivery. Covers API key creation (SG.-prefix), domain authentication (DKIM/SPF via CNAME records), Single Sender Verification for testing, SDK installation, and the relationship between SendGrid and Twilio credentials. Use before any other SendGrid skill. This skill is for SendGrid
Skill instructions
Overview SendGrid is Twilio's email delivery engine but uses a completely separate authentication system — SendGrid API keys (starting with SG.) are not Twilio API keys. You cannot use Account SID/Auth Token for SendGrid, and no Twilio MCP tools wrap SendGrid. --- Quickstart 1. Get your API key from SendGrid Console Settings API Keys 2. Set environment variable: bash export SENDGRIDAPIKEY=SG.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 3. Install SDK: | Language | Install | Package | |----------|---------|---------| | Python | pip install sendgrid | sendgrid | | Node.js | npm install @sendgrid/mail | @sendgrid/mail (v8.x) | | Java | Maven | com.sendgrid:sendgrid-java | | C | dotnet add package SendGrid | SendGrid | | Ruby | gem install sendgrid-ruby | sendgrid-ruby | | PHP | composer require sendgrid/sendgrid | sendgrid/sendgrid | | Go | go get github.com/sendgrid/sendgrid-go | sendgrid-go | 4. Authenticate your sending domain (see below) --- API Key Scopes | Scope | Use for | Risk | |-------|----
Explore related resources
Frequently asked questions
What is twilio-sendgrid-account-setup?
twilio-sendgrid-account-setup is a open-source AI agent skill with Copy skill directory. Set up a SendGrid account for email delivery. Covers API key creation (SG.-prefix), domain authentication (DKIM/SPF via CNAME records), Single Sender Verification for testing, SDK.
Who is twilio-sendgrid-account-setup best for?
twilio-sendgrid-account-setup is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install twilio-sendgrid-account-setup?
Install or run twilio-sendgrid-account-setup using Copy skill directory. Check twilio-sendgrid-account-setup for the latest setup command.
Is twilio-sendgrid-account-setup actively maintained?
twilio-sendgrid-account-setup may need a closer maintenance check before production use.
Auto-fetched from GitHub.