Dispatcher SDK

Overview

The Bringg Dispatcher SDK empowers you to integrate and customize your own applications with Bringg functionality across the Bringg Eco System. The Bringg Dispatcher SDK functionality includes features for:

  • Merchants and Merchant Administration - manage your Bringg merchants
  • Merchant configurations - configure merchant settings, including:
  • mobile and public forms
  • client app, email, and public form logos
  • delivery and destination pins
  • driver tipping
  • rating reasons
  • notifications to customers
  • Users - manage Bringg drivers, dispatchers, and admins
  • User Types - classify your merchants' users and enhance your delivery logistics
  • Teams - group drivers into teams for task management and Bringg Route Optimization
  • Tasks (orders) - view, update, complete, and cancel tasks (each task contains its customers, way points, inventory, barcode scanning, signatures, notes, and more)

Target Environments

The Bringg Dispatcher SDK allows you integrate Bringg functionality into target environments including the following:

  • Web (ES5 or higher)
  • node.js (ES5 or higher)
  • TypeScript (version 2.6 or higher)

📘

Exception Handling

The Bringg Dispatcher SDK methods use a promise pattern and a decorator factory for error exception handling. You can chain your method callback using then and catch to customize error handling for your own application. You can also delegate the Bringg Dispatcher SDK Logger to various log levels and implement your own functionality. For more information, see Exception Handling.

📘

Getting Started

You can install the Bringg Dispatcher SDK in just a few easy steps, see Getting Started.