A Django app that bounces messages from Vumi to Snappy and back
Project description
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"
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
Built Distribution
File details
Details for the file django-snappy-vumi-bouncer-0.2.0.tar.gz
.
File metadata
- Download URL: django-snappy-vumi-bouncer-0.2.0.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 53c8b948e70e15f6e7ed022750e2ac12939227533038f22f89f7f2a481eb5d8f |
|
MD5 | 0f06bbabd38207a1e2b681b1a032807c |
|
BLAKE2b-256 | 0f7d517413a244f954c513659efd247d4e313ec140ade2af81d736c9c31c1f17 |
Provenance
File details
Details for the file django_snappy_vumi_bouncer-0.2.0-py2-none-any.whl
.
File metadata
- Download URL: django_snappy_vumi_bouncer-0.2.0-py2-none-any.whl
- Upload date:
- Size: 14.6 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87762642b35e36c75d01592488a25ec0793b8154f0c0f4f29d3e42a20b5ed904 |
|
MD5 | 5d4d424af2d84b7529266ad9afc7f3e2 |
|
BLAKE2b-256 | ff1335b999434b069ca4f9763e3e5c7e8f2aad67e5257881a3a90ed76b8ce997 |