Tool to update an existing to-do in a Basecamp project. Use when you need to modify a to-do's content, description, assignees, dates, or notification settings. Note: Pass all existing parameters along with those being updated to prevent clearing values.
due_onstringTarget completion date for the to-do in ISO 8601 format (YYYY-MM-DD).
notifybooleanWhen true, sends notifications to assignees about their assignment.
contentRequiredstringWhat the to-do is for. This parameter is always required and cannot be blank.
todo_idRequiredintegerThe ID of the to-do to update.
bucket_idRequiredintegerThe ID of the project/bucket containing the to-do.
starts_onstringStart date for the to-do in ISO 8601 format (YYYY-MM-DD). The to-do runs from starts_on until due_on.
descriptionstringAdditional information about the to-do. Supports HTML formatting per Rich text guidelines.
assignee_idsarrayArray of people IDs assigned to complete this to-do. Use Get people endpoints to retrieve valid IDs.
completion_subscriber_idsarrayArray of people IDs who will be notified when the to-do is completed.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.