Skip to main content

A Django app that bounces messages from Vumi to Snappy and back

Overview

+-------------------------------+        +----------------+         +------------------+
|            Vumi Go            |        |  Django Proj   |         |    Snappy        |
|                               |        |                |         |                  |
| +------------+    +---------+ |        | +------------+ |         |                  |
| | Vumi       |    | Vumi    | | HTTP   | |            | | HTTP    |                  |
| | Transport  +--> | Sandbox | +------> | | Snappy     | +-------> | 1. Create ticket |
| | (e.g. SMS) |    | App     | | POST   | | Bouncer    | | POST    |                  |
| |            |    |         | |        | |            | |         |                  |
| |            |    +---------+ |        | | 1. Store   | |         | 2. Ticket        |
| |            |                |        | | 2. Forward | |         |    response      |
| |            |    +---------+ |        | | 3. Listen  | |         |                  |
| |            |    | Vumi    | |   HTTP | | 4. Respond | |         |                  |
| |            | <--+ HTTP    | | <------+ |            | | <-------+ 3. Hook fires    |
| |            |    | API     | |   POST | +------------+ | Webhook |                  |
| |            |    |         | |        |                |         |                  |
| +------------+    +---------+ |        |                |         |                  |
|                               |        |                |         |                  |
+-------------------------------+        +----------------+         +------------------+

Configuration

The following configuration (with dummy values replaced by real ones) needs to be added to settings.py to configure this app:

SNAPPY_API_KEY = 'keyfromsettings'
SNAPPY_BASE_URL = 'https://app.besnappy.com/api/v1'
SNAPPY_EMAIL = 'sharedmailbox@example.com'
SNAPPY_EXTRAS = ["extra1", "extra2"]
SNAPPY_MAILBOX_ID = 0
SNAPPY_STAFF_ID = 0
VUMI_GO_ACCOUNT_KEY = "key"
VUMI_GO_CONVERSATION_TOKEN = "token"
VUMI_GO_API_TOKEN = "token"
VUMI_GO_API_URL = "http://go.vumi.org/api/v1/go"
VUMI_GO_BASE_URL = VUMI_GO_API_URL + "/http_api_nostream"
VUMI_GO_CONVERSATION_KEY = "convokey"

Download files

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

Source Distribution

django-snappy-vumi-bouncer-0.2.0.tar.gz (8.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_snappy_vumi_bouncer-0.2.0-py2-none-any.whl (14.6 kB view details)

Uploaded Python 2

File details

Details for the file django-snappy-vumi-bouncer-0.2.0.tar.gz.

File metadata

File hashes

Hashes for django-snappy-vumi-bouncer-0.2.0.tar.gz
Algorithm Hash digest
SHA256 53c8b948e70e15f6e7ed022750e2ac12939227533038f22f89f7f2a481eb5d8f
MD5 0f06bbabd38207a1e2b681b1a032807c
BLAKE2b-256 0f7d517413a244f954c513659efd247d4e313ec140ade2af81d736c9c31c1f17

See more details on using hashes here.

File details

Details for the file django_snappy_vumi_bouncer-0.2.0-py2-none-any.whl.

File metadata

File hashes

Hashes for django_snappy_vumi_bouncer-0.2.0-py2-none-any.whl
Algorithm Hash digest
SHA256 87762642b35e36c75d01592488a25ec0793b8154f0c0f4f29d3e42a20b5ed904
MD5 5d4d424af2d84b7529266ad9afc7f3e2
BLAKE2b-256 ff1335b999434b069ca4f9763e3e5c7e8f2aad67e5257881a3a90ed76b8ce997

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.2.0 This release

2 files

0.1.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page