Skip to main content

A Django WebHook handler for Phaxio.

Project description

version ci coverage license

Django Phaxio

Django WebHooks for Phaxio callbacks.

Installation

Simply install the latest stable package using the command

pip install django-phaxio

add 'django_phaxio', to INSTALLED_APPs in your settings.py

and add

path('phaxio/', include('django_phaxio.urls', namespace='phaxio')),

to your urlpatterns in your URL root configuration.

You will also need to set the Phaxio callback token for security.

PHAXIO_CALLBACK_TOKEN (required):

Callback token provided by Phaxio to verify the request origin.

See https://www.phaxio.com/docs/security/callbacks

Documentation

The latest documentation can be found at Read the Docs.

Contribution

Please read the Contributing Guide before you submit a pull request.

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-phaxio-4.0.0.tar.gz (13.5 kB view hashes)

Uploaded Source

Built Distribution

django_phaxio-4.0.0-py3-none-any.whl (6.2 kB view hashes)

Uploaded Python 3

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