Update Task
Modifies aspects of an existing task including assignment, scheduling, and status.
Documentation Index
Fetch the complete documentation index at: https://developer.lemlist.com/llms.txt
Use this file to discover all available pages before exploring further.
Updatable Fields
All fields are optional exceptid:
- Assignment: Change the assigned team member with
assignedTo - Schedule: Update the
dueDate - Details: Modify
titleormessagecontent - Priority: Set priority level (0=low, 1=medium, 2=high, ""=none)
- Status: Mark as complete with
done: true - LinkedIn media (LinkedIn tasks only): Replace attached files via
imagesandvideos. Pass an empty array to clear them. See the LinkedIn task attachments section on Create Task for size, MIME, and count limits
images or videos to a non-LinkedIn task returns 400 with LINKEDIN_MEDIA_INVALID_TYPE.Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
The unique identifier of the task to update
The ID of the team member to assign the task to (userId)
Updated due date in ISO 8601 format
Updated task title
Updated task message/description
Priority level of the task
, 0, 1, 2 Mark task as completed
Public HTTPS URLs of images to attach to a LinkedIn task. Replaces the task's current images — pass an empty array to clear them. Returns 400 (LINKEDIN_MEDIA_INVALID_TYPE) when the target task is not a LinkedIn task. Allowed MIME types: image/png, image/jpeg, image/gif. Up to 20 MB per file, and up to 6 items total combined with videos.
Public HTTPS URLs of videos to attach to a LinkedIn task. Replaces the task's current videos — pass an empty array to clear them. Returns 400 (LINKEDIN_MEDIA_INVALID_TYPE) when the target task is not a LinkedIn task. Allowed MIME types: video/mp4, video/quicktime. Up to 20 MB per file, and up to 6 items total combined with images.
Response
Success
A manual action assigned to a user to complete.
Unique task identifier
Task type
Associated lead ID
Campaign ID
Assigned user ID
Task status
pending, completed, ignored Due date timestamp
Creation timestamp
Completion timestamp