{ "info": { "author": "Agiliq Info Solutions", "author_email": "hello@agiliq.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "[![Build Status](https://api.travis-ci.org/agiliq/sendgrid-eventhooks.svg?branch=master)](https://travis-ci.org/agiliq/sendgrid-eventhooks)\n\nDjango app to receive incoming email notification events from sendgrid\n========================================================================\n\nSendgrid has an incoming event api which will parse incoming emails\nand send them to a webhook.\n\nhttps://sendgrid.com/docs/API_Reference/Webhooks/parse.html\n\nThis app provides the webhook to receive this in your Django projects.\n\n\nInstallation\n================\n\n pip install -r sendgrid_eventhooks\n\nUsage\n============\n\n* Add sendgrid_events to your `installed_apps`\n* Add to urls.py `url(\"sendgrid\", include(\"sendgrid_events.urls\"))`\n* Associate the Domain/Hostname and the URL in the Parse API settings page. Parse API settings page is at https://sendgrid.com/developer/reply\n\nNow whenever sendgrid receives the email, it will post to this webhook.\n\nThis 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.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/agiliq/sendgrid-eventhooks", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "sendgrid_eventhooks", "package_url": "https://pypi.org/project/sendgrid_eventhooks/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/sendgrid_eventhooks/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/agiliq/sendgrid-eventhooks" }, "release_url": "https://pypi.org/project/sendgrid_eventhooks/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Django app to receive incoming emailnotification events from sendgrid", "version": "0.1.1" }, "last_serial": 1359619, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "7ea73d50754f780240f2617e4749f966", "sha256": "a3e039e205f280c76e35fdf3f3ebd6beffcd971dbd135fc1c6ee83574b1a417e" }, "downloads": -1, "filename": "sendgrid_eventhooks-0.1.1.tar.gz", "has_sig": false, "md5_digest": "7ea73d50754f780240f2617e4749f966", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2016, "upload_time": "2014-12-24T06:48:23", "url": "https://files.pythonhosted.org/packages/4a/d0/93041e6c9b231b447d0a183d8a3f1fc8de860d981930572e22fccd68aa5d/sendgrid_eventhooks-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7ea73d50754f780240f2617e4749f966", "sha256": "a3e039e205f280c76e35fdf3f3ebd6beffcd971dbd135fc1c6ee83574b1a417e" }, "downloads": -1, "filename": "sendgrid_eventhooks-0.1.1.tar.gz", "has_sig": false, "md5_digest": "7ea73d50754f780240f2617e4749f966", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2016, "upload_time": "2014-12-24T06:48:23", "url": "https://files.pythonhosted.org/packages/4a/d0/93041e6c9b231b447d0a183d8a3f1fc8de860d981930572e22fccd68aa5d/sendgrid_eventhooks-0.1.1.tar.gz" } ] }