> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.meetgail.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.meetgail.com/_mcp/server.

# AgencyZoom Complete Task

> Marks an AgencyZoom task done by id, recording who completed it and when.

The Complete Task node marks a task done in AgencyZoom by its id. It records who
completed the task and when, so it is the right way to close out work a workflow
has finished.

## When to use it

* A workflow finished the work behind a task and you want to close it.
* You searched for open tasks and want to complete the ones that are done.
* You want to mark a task done and have AgencyZoom record who and when.

## Inputs

| Field | What it's for                                | Example |
| ----- | -------------------------------------------- | ------- |
| Task  | The task to mark done, identified by its id. | `12345` |

The task id can be a fixed value or an
[expression](/platform/workflows/core-concepts/expressions/using-expressions-in-nodes) that reads from
an earlier step, such as the first match from a search.

## Outputs

On success the node returns a confirmation that the task was completed.

## Example

A workflow sends Sarah Chen's onboarding welcome packet, which clears the last step
of her onboarding task. It uses Complete Task with the task's id to mark it done, so
her CSR sees it closed out and knows the welcome step is handled.

![The AgencyZoom Complete Task node configuration panel, showing the task id.](https://fdr-prod-docs-files-public.s3.us-east-1.amazonaws.com/gail.docs.buildwithfern.com/493b00e4cf0b87602d2b6c68f6b47b1b2c42ba45e0752ac487e69cb242918ff3/docs/pages/platform/workflows/assets/agencyzoom-complete-task.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA6KXJSKKNFOCF7G4B%2F20260823%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260823T233018Z&X-Amz-Expires=604800&X-Amz-Signature=47133947a8cc0af1961c91013fef640207d26ac5d35317799c4f34c5b47c01a2&X-Amz-SignedHeaders=host&x-amz-checksum-mode=ENABLED&x-id=GetObject)

Use Complete Task to mark something done - it records who completed it and when.
Use [Update Task](/platform/workflows/node-reference/integrations/agencyzoom/agency-zoom-update-task)
with a status of done only when you are already changing other fields in the same
step.

## Related nodes

#### [Search Tasks](/platform/workflows/node-reference/integrations/agencyzoom/agency-zoom-search-tasks)

Find the task to complete.

#### [Update Task](/platform/workflows/node-reference/integrations/agencyzoom/agency-zoom-update-task)

Change other fields on a task.

#### [Create Task](/platform/workflows/node-reference/integrations/agencyzoom/agency-zoom-create-task)

Create a new task.