Skip to main content
Dispatch Automation provides a way to dynamically manage your dispatch strategies. An Automation is composed 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 three dispatch strategies:
  • Individual Order Dispatch Strategy (DS_1): comprised of short-distance gig providers, lowest price strategy
  • High Value Dispatch Strategy (DS_2): contains a list of long-range providers that specialize in white-glove delivery
  • Default Dispatch Strategy (DS_3): a mix of all providers
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:
  1. Package Value
  2. Pickup Business Name
  3. Pickup City
  4. Pickup State
  5. Pickup Zip/Postal Code
  6. Dropoff Business Name
  7. Dropoff City
  8. Dropoff State
  9. Dropoff Zip/Postal Code
  10. Items Count
  11. Driving Distance
  12. Minutes Until Pickup
  13. Job Metadata
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.

Using job metadata

You can query fields, such as tags, that you set in 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 point of contact to configure it at the Org Creation level. Dispatch automation configuration in the Nash Portal