OpenBoxes Adaptor
About OpenBoxes
OpenBoxes is an open-source supply chain and inventory management system, born after the 2010 Haiti earthquak. Built for low-resource healthcare and disaster-relief settings, with features like inventory, lot/expiry and shipment tracking, purchase orders, requisitions, and customizable reports.
Integration Options
Rest API: OpenBoxes offers a REST API that enables external applications to interact with its services. Refer to the OpenBoxes REST API documentation for detailed guidelines on endpoints and payload formats.
Authentication
See OpenBoxes docs for the latest on supported authentication methods. See our configuration docs to learn more.
See platform docs on managing credentials for how to configure a credential in OpenFn. If working locally or if using a Raw JSON credential type, then your configuration will look something like this:
{
"password": "@some(!)Str0ngp4ss0w0rd",
"username": "test@openfn.org",
"baseUrl": "https://demo.openboxes.com/openboxes/api"
}
Helpful Links
I've noticed a problem with this Adaptor, or something is out of date, what can I do?
Thanks for asking! We are a fully Open Source Digital Public Good, and we welcome contributions from our community. Check out our Adaptors Wiki for more information on how you can update Adaptors!
Or, you can always reach out to the Community through our Community Forum here.