Skip to content

Overview

Source: https://github.com/digital-blueprint/dbp-relay-dispatch-bundle

graph TD style dispatch_bundle fill:#606096,color:#fff dual_delivery_service("Dual Delivery Service") subgraph API Gateway api(("API")) dispatch_bundle("Dispatch Bundle") end api --> dispatch_bundle dispatch_bundle --> dual_delivery_service

This bundle provides an API for managing postal/electronic deliveries which get forwarded to an external "Dual Delivery" service provider.

A client can create delivery requests, attach one or more documents to them, assign one or more recipients and forward these requests to the "dual delivery" service provider. The service provider will then either deliver these documents electronically, if possible, or print the documents and send them postally. Confirmation reports provided by the service provider will be fetched once the documents have been delivered and can be inspected by the user.

Currently, this bundle only supports talking to "Dual Delivery" service providers that implement the "DuaZSpec" SOAP interface. Since the spec does not specify everything required to talk to a provider, special code is required per spec implementer and included in this bundle as well.

Installation Requirements

  • A MySQL/MariaDB database

Documentation