Task Completed API

Please add a way to mark a Transaction Task complete via the API — currently Transaction Tasks only support GET and POST (create); there's no PUT/PATCH to update one after creation, unlike Transactions, Contacts, and Notes, which all already support updates in your API.

The completion fields (status, completedAt, completedBy) already exist and are readable in the task response — this would just add a write path to data you already expose, not a new field.

Use case: our transaction coordination automation sends task emails and tracks task status via API, but can't close the loop — a human has to open Nekst and click "Mark Complete" for every task our system already knows is done. A dedicated endpoint like PUT /v1/transactions/{transactionId}/tasks/{taskId}/status (mirroring your existing PUT /v1/transactions/{id}/status) would let us automate that step and bring Tasks in line with how the rest of your API already works.

One related question: does setting isAutoSent: true on POST /v1/transactions/{transactionId}/tasks/email actually trigger the send at creation, with no further action needed? The API docs don't say, and I want to make sure I'm not missing a required follow-up call before relying on it.

Please authenticate to join the conversation.

Upvoters
Status

In Review

Board

💡 Feature Request

Date

20 days ago

Author

Sarah Lockett

Subscribe to post

Get notified by email when there are changes.