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
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 [here](https://sendgrid.com/developer/reply)
GRVTYlabs 2016
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-sendgrid-parse-0.2.tar.gz.
File metadata
- Download URL: django-sendgrid-parse-0.2.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb73c7100ea752640292110f8e2dc3bbcdceb7ed4ebd11d38ee0f84ed695f850
|
|
| MD5 |
e3cceecfeac6a980184262c786233051
|
|
| BLAKE2b-256 |
246d2dca52055374f04d0f3657d5f0072f9e84e42493f747951b38a517e11931
|