-
Notifications
You must be signed in to change notification settings - Fork 23
VumiGoBridge
Mike Jones edited this page May 18, 2016
·
1 revision
{
"type": "vumigo",
"label": "Nice Name",
"amqp_queue": "queue_name",
"config": {
"web_port": 9000,
"access_token": "uuid from 'API token' field on Vumi Go",
"web_path": "/nicename",
"base_url": "https://go.vumi.org/api/v1/go/http_api_nostream/",
"account_key": "account key UUID from Vumi Go",
"redis_manager": {
"db": 0,
"host": "hostname",
"port": 6379
},
"conversation_key": "Vumi Go conversation UUID"
}
}
On Vumi Go in 'Push message URL' field enter http://junbughost.org/nicename/messages.json
and in 'Push event URL' put http://junbughost.org/nicename/events.json