Task Manager

📘

Task Manager Integration

This section covers how to integrate Task Manager in your workflow or application. If you do not wish to integrate Task manager in your application you can skip this section.

What is Task Manager

The Task Manager allows “user” to engage with Human API and complete tasks such as:

  • Connect (Patient Portal)
  • Identity Verification
  • Signing Special Authorization forms

Task Manager Integrated flow allows you to launch the user directly into the Task Manager immediately after creating an order. This creates a seamless experience where Task Manager can be included within your workflows or existing applications.

When using Integrated Flow we highly recommend providing Human API with a notification endpoint so we can notify you of open tasks and then you can reach out to the user to bring them back into your workflow or application to complete the tasks.

How it works

Here are the steps you will need to follow when using Task Manager Integrated Flow -

  • Submit a new order using the HumanAPI Admin API with all the required details.
  • Fetch the consumerLink from the response payload.
  • Attach an allowed callback URL to the querystring parameters of the URL (we will talk about callbacks in the below section).
  • Redirect the user to the consumerLink URL (this is the Human API Task Manager Experience)
  • Manage the response in the callback.