Skip to main content

Django app to receive incoming emailnotification events from sendgrid

Project description

[![Build Status](https://api.travis-ci.org/agiliq/sendgrid-eventhooks.svg?branch=master)](https://travis-ci.org/agiliq/sendgrid-eventhooks)

Django app to receive incoming email notification events from sendgrid

Sendgrid has an incoming event api which will parse incoming emails and send them to a webhook.

https://sendgrid.com/docs/API_Reference/Webhooks/parse.html

This app provides the webhook to receive this in your Django projects.

Installation

pip install -r sendgrid_eventhooks

Usage

  • Add sendgrid_events to your installed_apps

  • Add to urls.py url(“sendgrid”, include(“sendgrid_events.urls”))

  • Associate the Domain/Hostname and the URL in the Parse API settings page. Parse API settings page is at https://sendgrid.com/developer/reply

Now whenever sendgrid receives the email, it will post to this webhook.

This webwook will consume the data and send a signal called sendgrid_email_received. This will have a data attribute with the data received from sendgrid.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sendgrid_eventhooks-0.1.1.tar.gz (2.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page