🚀 New Msupply Adaptor Released

Dear Community,
We’re excited to announce the release of the new Msupply adaptor v1.0.3.

See full details here

:wrench: Features

  1. Make a request to the GraphQL API
     query(`
       query isCentralServer {
            isCentralServer
        }`
     )
    
  2. Get items in the catalog
    getItemsWithStats({
        "key": "name",
        "storeId": "DFE0F611AD84A0419D36F8FEFAD1894C",
     })
    
  3. Update an outbound shipment’s status
     upsertOutboundShipment({
        "storeId": "DFE0F611AD84A0419D36F8FEFAD1894C",
         "input": {
              "updateOutboundShipments": [
                 {
                    "id": "01961fce-9ef6-7198-93c1-866395094e48",
                    "status": "PICKED"
                  }
               ]
         }
    })
    

:puzzle_piece: Example Workflow

This workflow shows automated vaccine logistics for catch-up campaigns.

:white_check_mark: Try It Out.

Explore the adaptor now at app.openfn.org.
Need help? Book a free demo

You’re entitled to a 2-hour free session with our Solutions Engineer to help build your first integration.

Happy automating!

— The OpenFn Team