Bluedot Tempo,
Android SDK version 15.3.2,
iOS SDK version 15.4.1 &
Canvas & Config API
released.
Details here.
Configure a Tempo Webhook
Register Tempo Webhooks to receive real-time ETA notifications from your customers. As your customers get closer to their Destination to collect their order, Bluedot will send a notification every minute to so your team is ready to go.
Configure a Tempo Webhook
1. Under Your Account, choose Tempo Configuration
2. Add the webhook details
URL | |
Token key (optional) |
|
Token value (optional) |
|
3. Save
You can also configure a Tempo Webhook through Config API (Information on using the Config API for registering a Webhook can be found here.)
If you’d like to Create a Destination using Config API, you’ll use the following /Endpoints;
"tempo": { "webhooks": [{ "type": "tempo", "url": "<webhook URL goes here>" }] }
|
{ "deviceType": "iPhone12,3", "os": "iOS", "osVersion": "7.0", "customerApplicationId": "au.com.bluedot", "sdkVersion": "1.11.0", "appBuildVersion": "1.11.2", "customEventMetaData": { "key1": "value1", "key2": "value2" }, "eventTime": “2020-05-21T05:44:04Z", "longitude": 144.123123123, "latitude": -33.123123123, "destinationId": "store ID", "eventType": "tempoUpdate", "eta": 900, "etaDirection": "greaterThan", "installRef": "1111111-2222-3333-4444-555555555555", "projectId": "1111111-2222-3333-4444-555555555555", "triggerChainId": "11111111-2222-3333-4444-555555555555", "notificationType": "tempo" } |
|
{ "deviceType": "iPhone12,3", "os": "iOS", "osVersion": "7.0", "customerApplicationId": “au.com.bluedot", "sdkVersion": "1.11.0", "appBuildVersion": "1.11.2", "customEventMetaData": { "key1": "value1", "key2": "value2" }, "eventTime": "2020-05-21T05:44:04Z", "destinationId": "store ID", "stopReason": "stoppedByCustomerApp", "eventType": "tempoStop", "installRef": "1111111-2222-3333-4444-555555555555", "projectId": "1111111-2222-3333-4444-555555555555", "triggerChainId": "11111111-2222-3333-4444-555555555555", "notificationType": "tempo" } |
Created by Melwin Chiramel on June 30, 2020