Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.27 KB

File metadata and controls

34 lines (21 loc) · 1.27 KB

Wellsky Unofficial API

Unofficial Python integrations for Wellsky/Kinnser patient, inbox, and QA manager workflows.

Integrations

  • wellsky_qa_manager_list.py - list QA manager tasks with optional search and date filters.
  • wellsky_list_patients.py - list patients with optional search, filter, and inactive-patient controls.
  • wellsky_get_inbox.py - retrieve inbox, sent, or trash messages with pagination and sorting.
  • wellsky_get_patient_info.py - retrieve detailed patient and episode information.

Usage

Each file exposes a run(input, context) entrypoint. The runtime is expected to provide:

  • input: integration-specific request fields.
  • context["headers"]: authenticated request headers when required.
  • context["base_url"]: the platform base URL when overriding the default.

Some Wellsky flows require a valid sessionCacheKey from the authenticated browser session.

Install dependencies:

pip install -r requirements.txt

Info

This unofficial API is built by Integuru.

For custom requests or hosted authentication, contact richard@integuru.com or schedule time with us.

See the complete list of APIs by Integuru.