Documentation Index
Fetch the complete documentation index at: https://docs.notifuse.com/llms.txt
Use this file to discover all available pages before exploring further.
SendGrid integration allows you to use SendGrid for sending emails through Notifuse.
Configuration
Navigate to Settings → Integrations → Add Integration → SendGrid.
| Field | Description | Example |
|---|
| API Key | SendGrid API key with send permissions | SG.xxxxxxxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
Senders List
Add sender addresses that have been verified in your SendGrid account:
| Field | Description | Example |
|---|
| Name | Display name for the sender | Support Team |
| Email | Sender email address | support@yourdomain.com |
Important: Senders must be verified through SendGrid’s Sender Authentication before they can be used.
Usage Types
Configure how this SendGrid integration will be used:
| Option | Description | Examples |
|---|
| Use for Transactional | System-generated emails triggered by user actions | Password resets, order confirmations, account notifications |
| Use for Marketing | Promotional and newsletter emails sent to subscribers | Product announcements, newsletters, promotional campaigns |
You can enable both options to use the same SendGrid configuration for all email types.
Webhooks
Notifuse automatically registers the following SendGrid webhooks:
| Webhook Type | Description | Purpose |
|---|
| Delivered | Email successfully delivered | Track successful deliveries |
| Bounce | Email bounced | Monitor bounces |
| Dropped | Email dropped before delivery | Track delivery failures |
| Spam Report | Recipient filed abuse complaint | Handle abuse reports |
| Deferred | Email delivery deferred | Track temporary delivery issues |
These webhooks provide real-time feedback on email performance and delivery status.
Prerequisites
Before configuring SendGrid:
- SendGrid Account: Active SendGrid account
- Verified Senders: Email addresses or domains verified through SendGrid’s Sender Authentication
- API Key: SendGrid API key with Mail Send permissions (starts with
SG.)
Creating an API Key
- Log in to your SendGrid account
- Navigate to Settings → API Keys
- Click Create API Key
- Select Restricted Access and enable:
- Mail Send → Full Access
- Tracking → Full Access (for webhooks)
- Copy the generated API key (it starts with
SG.)
Testing
Click Test Integration to verify your configuration.