iOS SDK 15.6.6,
Android SDK 15.5.2,
Hello Screen Dynamic States,
Bluedot Cordova plugin 4.0.1,
Bluedot Xamarin Android wrapper 15.5.2,
Bluedot Xamarin iOS wrapper 15.6.6,
Bluedot React Native wrapper 2.3.0,
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, so your team is ready to go.
Under Your Account, choose
Project | Select the Project you’ll receive the events from |
Event | Select Tempo |
Event Structure | Select Standard. If you’d like to send the Tempo updates to Tealium check this guide. |
URL | |
Header Fields (Optional) | Add any extra parameters you’d like to be included in the header of the request. For example, this is a good place to add a security token to authorize the incoming events. |
Body Fields (Optional) | Add any extra parameters you’d like to be included in the body of the request. |
You can also configure a Tempo Webhook through Config API (Information on using the Config API for registering a Webhook can be found here.)
"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", "zoneId": "1111111-2222-3333-4444-555555555555", "zoneName": "Store 123", "zoneCustomData": { "key1": "value1", "key2": "value2" } } |
|
{ "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", "zoneId": "1111111-2222-3333-4444-555555555555", "zoneName": "Store 123", "zoneCustomData": { "key1": "value1", "key2": "value2" } } |
“storeType”: “drive-thru”
|