1. Overview
Connecting SendGrid to Kurrier allows you to send emails through your SendGrid account without configuring SMTP. You only need your SendGrid API Key — Kurrier will handle everything else via the SendGrid API.2. Adding SendGrid in Kurrier
In Kurrier, go to:Dashboard → Providers → Add Provider → SendGridYou’ll see the following field:
Click Submit to save.
Kurrier will automatically validate the key and show ✅ Verified on success.
3. Where to Find Your API Key
- Log in to your SendGrid Dashboard.
- Go to Settings → API Keys.
- Click Create API Key.
- Name your key (e.g.,
Kurrier Integration). - Under API Key Permissions, choose Full Access or Restricted Access (see below).
- Copy the generated key and paste it into Kurrier’s form.
⚠️ You won’t be able to view this key again after closing the dialog, so store it securely.
4. Recommended Permissions
For Kurrier to send emails and verify the connection properly, your key must have at least the following permissions:You can choose Full Access if you’re unsure — it will work without issues, but restricted keys are safer for production.
5. Verify the Connection
After saving your key, click Verify Connection. Kurrier will attempt an authentication check with SendGrid’s API endpoint (https://api.sendgrid.com/v3/user/account).
✅ Success
You’ll see Verified next to your SendGrid provider.⚠️ Failure
Check that:- The API key is active and copied correctly.
- It has at least
Mail Sendpermissions. - Outbound HTTPS connections to
api.sendgrid.comare allowed from your server.
6. Troubleshooting
Tip: SendGrid keys always start with
SG. — if yours doesn’t, double-check that you copied the correct key from the dashboard.