Notifications
SendGrid Email Sender
The SendGrid Email Sender node enables automated email sending through SendGrid’s email service. This integration allows you to send both HTML and plain text emails with support for scheduled delivery.
Node Configuration
Required Fields
- Recipient: Email address of recipient(s)
- Multiple recipients: Separate by commas
- Sender: Verified SendGrid sender email address
- Subject: Email subject line
- Body: Main email content
Optional Fields
- CC Email(s): Carbon copy recipients (comma-separated)
- BCC Email(s): Blind carbon copy recipients (comma-separated)
- Sender Name: Custom name shown in recipient’s inbox
- Send HTML?: Toggle HTML formatting (default: False)
- Schedule Send?: Enable scheduled delivery
- Send At: UTC timestamp for scheduled delivery
Common Use Cases
1. Transactional Emails
This workflow:
- Processes transaction data
- Generates personalized content
- Sends confirmation email
2. Scheduled Notifications
This workflow:
- Reads recipient data
- Schedules emails for future delivery
- Sends at specified time
3. HTML Newsletter
This workflow:
- Generates newsletter content
- Formats as HTML
- Sends to subscriber list
Setup Requirements
- SendGrid API Credentials: Configure via Credentials page
- Verified Sender Email: Must be verified in SendGrid
Important Considerations
-
Email Format
- HTML emails must use proper HTML formatting
- Plain text is recommended for simple emails
-
Recipient Handling
- Multiple recipients should be comma-separated
- Supports CC and BCC functionality
- Each recipient can see other recipients in To: field
-
Scheduling Limitations
- Maximum 72 hours in advance
- Requires UTC timestamp
- Cannot modify after scheduling