enable in tracking config file both progress and smart notifications
tracking.json file:
"notification_settings":{
"features":{
"progress":true,
"smart":true
},
"channels":{},
"notifications":{}
}
[INGRID] Enable Voyado channel
Action need to be taken by Ingrid Employee.
enable in tracking config file
api_key - provide value from Voyado
api_url - provide value from Voyado (e.g. https://ingrid.voyado.com )
store_id - an optional field, not needed by default, potentially could be mapped against a store in Voyado Engage
tracking.json file:
{
"notification_settings":{
"features":{
"progress":true,
"smart":true
},
"channels":{
"voyado":{
"enabled":true,
"api_url":"<API_URL>",
"api_key":"<API_KEY>",
(optional)"store_id":"<store_id>"
}
},
"notifications":{}
}
}
Step 2: Choose notification scenarios
[INGRID] Enable required Triggers
Action need to be taken by Ingrid Employee.
Enabling all possible Triggers does not define a specific notification will be already sent to Customer. Still merchant can decide in Voyado what types can be sent with what email / SMS template.
tracking.json file:
{
"notification_settings":{
"features":{
"progress":true,
"smart":true
},
"channels":{
"voyado":{
"enabled":true,
"api_url":"<VOYADO_URL>",
"api_key":"<API_KEY>",
"store_id":"NULL"
}
},
"notifications":{
"smart":{
"pickup_reminder":{
"channels":[
{
"type":"VOYADO_CHANNEL",
"enabled":true
}
],
"threshold":48
},
"order_cancelled_by_merchant":{
"channels":[
{
"type":"VOYADO_CHANNEL",
"enabled":true
}
]
},
"order_cancelled_by_customer":{
"channels":[
{
"type":"VOYADO_CHANNEL",
"enabled":true
}
]
},
"out_for_delivery":{
"channels":[
{
"type":"VOYADO_CHANNEL",
"enabled":true
}
]
},
"delivery_delayed":{
"channels":[
{
"type":"VOYADO_CHANNEL",
"enabled":true
}
]
},
"delivery_failed":{
"channels":[
{
"type":"VOYADO_CHANNEL",
"enabled":true
}
]
},
"order_returned_to_warehouse":{
"channels":[
{
"type":"VOYADO_CHANNEL",
"enabled":true
}
]
},
"order_returned_in_store":{
"channels":[
{
"type":"VOYADO_CHANNEL",
"enabled":true
}
]
}
},
"progress":{
"steps":[
{
"channels":[
{
"type":"VOYADO_CHANNEL",
"enabled":true
}
],
"step":"STEP_CONFIRMED_BY_MERCHANT"
},
{
"channels":[
{
"type":"VOYADO_CHANNEL",
"enabled":true
}
],
"step":"STEP_SUBMITTED_TO_CARRIER"
},
{
"channels":[
{
"type":"VOYADO_CHANNEL",
"enabled":true
}
],
"step":"STEP_DELIVERED_TO_CONSUMER"
},
{
"channels":[
{
"type":"VOYADO_CHANNEL",
"enabled":true
}
],
"step":"STEP_DELIVERED_TO_PICKUP_POINT"
},
{
"channels":[
{
"type":"VOYADO_CHANNEL",
"enabled":true
}
],
"step":"STEP_ON_ROUTE"
},
{
"channels":[
{
"type":"VOYADO_CHANNEL",
"enabled":true
}
],
"step":"STEP_SENT_BACK"
},
{
"channels":[
{
"type":"VOYADO_CHANNEL",
"enabled":true
}
],
"step":"STEP_TERMINATED"
}
]
}
}
}
}
[VOYADO] Remove validation on the order in Voyado back office