# Awell Tasks
URL: https://docs.awellhealth.com/docs/marketplace/awelltasks

> For the complete documentation index, see [llms.txt](https://docs.awellhealth.com/llms.txt).



<img src="/marketplace/awelltasks.png" width="48" height="48" />

Connect to Awell Tasks

Category: Workflow. Adds 2 actions to a care flow.

## What to configure [#what-to-configure]

Set these once, on the extension in Awell Studio. An action fails at run time if a
required setting is missing.

| Setting  | Required | Notes                                                    |
| -------- | -------- | -------------------------------------------------------- |
| API key  | Yes      | The API key for the Task Service API Stored as a secret. |
| Base URL | Yes      | The base URL of the Task ServiceAPI                      |

## Actions [#actions]

Awell Tasks adds these 2 actions to a care flow. Add one to a step, then fill in its inputs.

### Get comments [#get-comments]

Retrieves all comments in a care flow.

This action retries automatically on a transient failure.

No inputs — this action takes no configuration.

Returns:

| Data point | Type     |
| ---------- | -------- |
| `comments` | `string` |

### Get last task performer [#get-last-task-performer]

Retrieves the performer of the last task.

This action retries automatically on a transient failure.

No inputs — this action takes no configuration.

Returns:

| Data point     | Type     |
| -------------- | -------- |
| `email`        | `string` |
| `stytchUserId` | `string` |

## Setup and notes [#setup-and-notes]

Awell Tasks is an extension that allows communication with the Task Service module.

## Changelog [#changelog]

## CHANGELOG [#changelog-1]

## Where this page comes from [#where-this-page-comes-from]

The settings, actions, inputs, outputs and webhooks above are generated from the
extension's own code, at `@awell-health/awell-extensions` v2.1.159. They match what the
platform actually does rather than a description of it.

Field-level detail also appears in Awell Studio when you configure the action.
Something wrong or missing? Email [support@awellhealth.com](mailto:support@awellhealth.com).
