Skip to main content

SendInBlue integration for Wagtail

Project description

Wagtail integration for SendInblue.

Installation

Install it with pip:

pip install wagtail-sendinblue

Add sendinblue to your INSTALLED_APPS:

INSTALLED_APPS = [
    # ...
    'sendinblue',
    # ...
]

Add the sendinblue.urls to your urls.py:

from sendinblue import urls as sendinblue_urls

urlpatterns = [
    # ...
    url(r'', include(sendinblue_urls)),
    url(r'', include(wagtail_urls)),
]

Configuration

Go to the Wagtail administration and in Settings > SendInBlue enter your API Key. You need a SendInBlue account and you can retrieve it your SendInBlue administration.

Automation support

There is an optionnal support for Automation.

You need to add the following at the end of your base Django template:

  {% sendinblue %}
</body>
</html>

or if using django-jinja:

  {{ sendinblue() }}
</body>
</html>

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

wagtail_sendinblue-0.1.0.dev0-py2.py3-none-any.whl (50.9 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file wagtail_sendinblue-0.1.0.dev0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for wagtail_sendinblue-0.1.0.dev0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 29be50384bcdc37a7b0cc8cf16755fa41796fc0fd64dd496984ad9a4b7b51841
MD5 d48157d8e412ef9cd6f08099b3cd468b
BLAKE2b-256 6c91d02749fdc654b505016da7ffec4b7f294575501153158fc75abfc0e27dfd

See more details on using hashes here.

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