spatie/laravel-mailcoach-sendgrid-feedback
Add-on for spatie/laravel-mailcoach that processes Sendgrid feedback for your email campaigns, handling events like bounces, complaints, and other delivery signals so Mailcoach can track outcomes and keep lists clean.
spatie/laravel-mailcoach, designed to process SendGrid feedback (e.g., bounces, spam reports, unsubscribe events) for email campaigns. It fits neatly into a campaign analytics pipeline where real-time feedback processing is required.FeedbackProcessed) → Updates campaign metrics. Tight coupling with Mailcoach is unavoidable but intentional.spatie/laravel-mailcoach (v2.0+) as a mandatory dependency.spatie/laravel-mailcoach already in use?
spatie/laravel-mailcoach and configure campaigns.composer require spatie/laravel-mailcoach-sendgrid-feedback
php artisan vendor:publish --provider="Spatie\MailcoachSendgridFeedback\MailcoachSendgridFeedbackServiceProvider".FeedbackProcessed) for custom logic.| Step | Task | Dependencies |
|---|---|---|
| 1 | Install Mailcoach | Laravel app, PHP 8.0+ |
| 2 | Configure SendGrid feedback forwarding | SendGrid account, API keys |
| 3 | Install this package | Mailcoach installed |
| 4 | Set up webhook endpoint | Laravel routes, queue workers |
| 5 | Test feedback processing | Sample feedback payloads |
| 6 | Integrate with business logic | Custom event listeners |
waiting state (monitor failed_jobs table).queue:work --verbose for processing logs.| Failure Scenario | Impact | Mitigation |
|---|---|---|
| SendGrid webhook failures (4xx/5xx) | Lost feedback, stale campaign stats | Retry logic, dead-letter queue |
| Queue worker crashes | Unprocessed feedback piles up | Supervisor/queue monitoring, auto-restart |
| Mailcoach event system misfire | Feedback processed but not reflected in UI | Event listener validation |
| SendGrid API rate limits | Feedback throttled/dropped | Implement exponential backoff |
| Database connection issues | Feedback processing blocked | Queue job timeouts, retries |
How can I help you explore Laravel packages today?