Automations
Dispatch Automation provides a way to dynamically manage your dispatch strategies. An Automation is comprised of several Rules. If the conditions of a Rule are True, then the resulting action is that a Dispatch Strategy will be applied to the job. Let’s assume you have two dispatch strategies:
- Individual Order Dispatch Strategy (DS_1): comprised of short-distance gig fleets, lowest price strategy
- High Value Dispatch Strategy (DS_2): contains a list of long-range fleets that specialize in white-glove delivery
- Default Dispatch Strategy (DS_3): a mix of all fleets
You may want to assign different dispatch strategies based on the content of each delivery. One way to do that is to have the logic live on your server and attach the appropriate dispatch strategy for each new order.
Another way to do this is by creating an Automation at the account level. An automation is a set of IF / ELIF / ELSE conditions:
Dispatch Automations will apply to any job that does not have a Dispatch Strategy assigned.
If a job meets the defined criteria then it will have the relevant dispatch strategy applied, otherwise,
the default dispatch strategy will be applied. The fallback default dispatch strategy can also be None
,
if you do not want any dispatch strategy to apply (not common).
Properties
Dispatch Rules have a set of properties that can be used to evaluate incoming jobs. Here’s a list of those properties:
- Package Value
- Pickup Business Name
- Pickup City
- Pickup State
- Pickup Zip/Postal Code
- Dropoff Business Name
- Dropoff City
- Dropoff State
- Dropoff Zip/Postal Code
- Items Count
- Driving Distance
- Minutes Until Pickup
- JobMetadata
Don’t see the property you need?
We are continuously adding to this list based on customer needs - reach out to support@usenash.com and we can help you add a new property
Utilizing Job Metadata
You can query fields tags that you set in the JobMetadata when applying Dispatch Automations. For example,
And then when creating your Dispatch Rule you would query that the JobMetadata “tags” key contains the value “catering”.
Configuration
Dispatch Automations can be configured from the Nash Portal. If you plan to create several Nash Organizations to manage as part of a partnership with Nash, you can get in touch with your Nash CS member to configure it at the Org Creation level.