An open API service indexing awesome lists of open source software.

https://github.com/scullwm/mailhookbundle

A bundle to catch API webhook from different mail service
https://github.com/scullwm/mailhookbundle

amazon-web-services bounce hacktoberfest mailgun mailjet mandrill sendgrid sparkpost webhook webhooks-catcher

Last synced: about 1 month ago
JSON representation

A bundle to catch API webhook from different mail service

Awesome Lists containing this project

README

        

MailHookBundle
=============================================================================
Catch webhook from various API mail service and directly get the related user.

[![Build Status](https://scrutinizer-ci.com/g/ScullWM/MailHookBundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/ScullWM/MailHookBundle/)
[![Build Status](https://scrutinizer-ci.com/g/ScullWM/MailHookBundle/badges/build.png?b=master)](https://scrutinizer-ci.com/g/ScullWM/MailHookBundle/build-status/master)

Features
--------
Define your project url to your mail provider service (Mandrill, MailJet...) and get events dispatched into your app.

Support various service
--------
- Campain Monitor
- Mailgun
- Mailjet
- Mandrill
- Sendgrid
- Sparkpost
- And add your custom service

Example use cases:
-------------
- Disable to a user's notification when a mail is signal as spam.
- Send a private message to a user if last mail send get bounced.
- Warning an Account Manager about a hard bounce on a new user creation.
- Track email reading and clicks on your custom CRM.
- All you want!

Installation
-----------------------------------

Add the package to your composer.json file
```
"scullwm/mailhookbundle": "dev-master",
```

Add this to app/AppKernel.php
```php