Skip to main content

Django app to receive and save incoming emailnotification events from sendgrid to our database

Project description

Django app to receive and save email from sendgrid

[Sendgrid Parse](https://sendgrid.com/docs/API_Reference/Webhooks/parse.html) is an incoming event API which will analyse and parse incoming emails and POST them on a specific url as a JSON with a multipart encoding

This app provides a simple solution to create save those parsed emails directly in our Django database by receiving them through a public URL.

Installation

pip install django-sendgrid-parse NOT PUBLISHED YET

Usage

  • Add django_sendgrid_parse to your installed_apps

  • Add to urls.py url(“sendgrid”, include(“django_sendgrid_parse.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

GRVTYlabs 2016

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

django-sendgrid-parse-0.1.8.tar.gz (4.5 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