Integrate SendGrid email sending into your Mid-call Actions and enable your AI assistant to automatically send personalized emails during customer calls—ideal for follow-ups, confirmations, and marketing communication.
Choose an appropriate plan (Free Plan for up to 100 emails/day)
Verify your email address and account
2
Sender Authentication
Copy
Domain Authentication (recommended): 1. "Settings" → "Sender Authentication" 2. Click "Authenticate Your Domain" 3. Add DNS records at your domain provider 4. Wait for verification (can take up to 24h)Single Sender Verification (quick): 1. "Settings" → "Sender Authentication" 2. Select "Verify a Single Sender" 3. Enter sender email and details 4. Confirm verification email
3
Generate API Key
Copy
API Key Creation: 1. "Settings" → "API Keys" 2. Click "Create API Key" 3. Name: "Famulor Mid-Call Integration" 4. Permissions: "Full Access" or "Restricted Access"Restricted Access (recommended): - Mail Send: Full Access - Stats: Read Access (optional for analytics) - Suppressions: Read Access (optional)
During the call: Customer: "Can you send me the price list by email?"AI assistant: "Sure! I will send you our current price list immediately."→ Automatic email sending with price list as attachment
2
Personalized Email Generation
Copy
Email Template: Subject: "Your requested price list - {company_name}" Content: "Hello {to_name}, Thank you for the informative conversation earlier. As discussed, here is our current price list. If you have any further questions, please feel free to contact me. Best regards, {from_name}"
Template: "I am sending the email to {{to_email}}..."Contextual Examples:
Copy
Price List: "I am sending the price list to max@example.com right now..."Demo Confirmation: "I am emailing you the demo details..."Follow-up: "You will receive a summary of our conversation shortly..."
Success Confirmations
Standard template: "The email has been sent successfully."Enhanced confirmations:
Copy
With tracking: "Email sent. You will be notified when the email is opened."With next steps: "Email is on its way. I recommend a follow-up in 2-3 days if no response is received."With template info: "Personalized price list has been sent to {to_name}."
SendGrid Analytics: Opens: When and how often the email was opened Clicks: Link clicks and engagement Bounces: Undeliverable emails Spam Reports: Spam complaints Unsubscribes: UnsubscriptionsCRM Integration: - Email open → +5 lead score - Link click → +10 lead score - Bounce → Update email status - Spam → Remove contact from lists
Bounce Handling: Hard bounces: Automatically added to suppression list Soft bounces: Suppress after 3 attempts Invalid emails: Immediate suppressionUnsubscribe Management: Global unsubscribes: Block all emails Group unsubscribes: Block specific categories only Resubscribe handling: Double opt-in required
Cause: Invalid or expired API keySendGrid Response: "errors": [{ "message": "The provided authorization grant is invalid", "field": null, "help": null }]Fallback: "The email could not be sent. Logging the request for manual follow-up."Solution: Check and renew API key
Invalid From Address (400)
Copy
Cause: Sender email not authenticatedSendGrid Response: "errors": [{ "message": "The from address does not match a verified Sender Identity", "field": "from.email", "help": "https://sendgrid.com/docs/User_Guide/Settings/Sender_authentication.html" }]Graceful Handling: "Email configuration is being checked. The information will be sent to you alternatively."
Rate Limiting (429)
Copy
SendGrid Limits: Free Plan: 100 emails/day Essentials: 40,000 emails/month Pro: 1.5 million emails/monthRetry Strategy: - Exponential backoff: 1s, 2s, 4s, 8s - Max 3 retry attempts - Queue system for peak timesBusiness Continuity: "Email sending is temporarily overloaded. The email will be resent within the next few minutes."
Lead status changes: "Cold" → "Warm": Start welcome series "Warm" → "Hot": Notify sales team "Hot" → "Qualified": Send demo scheduling emailBehavioral triggers: Price inquiry → Send pricing guide Demo interest → Send calendar link Competitor mention → Send battle-card email
Time-based Sequences
Copy
Follow-up schedule: Immediately: Confirmation email +2 hours: Additional resources +24 hours: Personal offer +3 days: Check-in email +1 week: Case study +2 weeks: Final follow-up with incentive
GDPR Compliance: Ensure you have legally valid consent for all email sends and comply with all data protection regulations.
Performance Tip: Use SendGrid Dynamic Templates for consistent formatting and better personalization. Test different subject lines to optimize open rates.