Web Hooks - Send Grid

Overview
Send Grid is the world's largest Email Infrastructure as a Service provider.
Web Hook Setup
1 Log into your Send Grid account and go to "Settings" > "Mail Settings".

2 Click the "Event Notification" option to expand and show the trigger settings.

3 In the "HTTP Post URL" box, enter the full url (starting http://) to the following file in your responder installation:

web-hooks/sendgrid.php

(http://www.example.com/web-hooks/sendgrid.php)
Note: For security, you may rename the above file.

4 Click "Test Your Integration", which should be successful.

5 Once test is completed, for "Select Actions", select the options you would like to receive a trigger for. Note that triggers will always delete the email from your database, so for example, you DO NOT want to receive any triggers where emails have been sent ok, such as "Delivered".

6 Finally, click "Save".

Web hook is now set up.