Notification center
Create a notification configuration at the network level
PUT https://{YOUR-TENANT-NAME}.api.fulfillmenttools.com/api/configurations/notifications{
"channels": [
{
"enabled": true,
"events": [
"ROUTING_PLAN_NOT_ROUTABLE"
],
"receiver": [
{
"email": "[email protected]",
"language": "de_DE"
}
],
"type": "EMAIL"
}
],
"version": 1
}Create a notification configuration at the facility level
Create a notification configuration for time-triggered reroute
Define when the notification is triggered
Configure the notification channel
Last updated