SendGrid Email API
Set up API access for sending transactional and marketing emails with SendGrid.
getapi sendgrid
Prerequisites
- A SendGrid account (free tier available at signup)
- A verified sender email address or authenticated domain
Credentials
| Variable | Description | Sensitive |
|---|---|---|
SENDGRID_API_KEY |
API key for authenticating requests to the SendGrid API | Secret |
Setup Steps
- 1 Info
- 2 Open URL
- 3 Choice
- 4 Open URL
- 5 Choice
- 6 Info
- 7 Confirm
- 9 Info
- 10 Confirm
- 11 Input
- 12 Validate
Things to Know
- SendGrid API keys are shown only once when created. If you lose it, you'll need to create a new one.
- The free tier allows 100 emails per day. Paid plans start at 40,000 emails per month.
- You MUST have a verified sender identity before sending any emails, or API calls will fail with a 403 error.
- If using Single Sender Verification, emails can only be sent from that exact address. Domain auth allows any address on the domain.
- SendGrid may suspend new accounts that send too many emails too quickly. Start with small volumes and ramp up gradually.