Update an existing JobNimbus task by its jnid. Allows updating task details like title, description, dates, priority, and task type. Use List Tasks action to find task jnids. Note: To update task type, both record_type and record_type_name must be provided together.
jnidRequiredstringJobNimbus ID (jnid) of the task to update. Obtain from List Tasks or Create Task actions.
titlestringNew title for the task
date_endintegerNew end timestamp in Unix epoch seconds
priorityintegerTask priority: 0=none, 1=high, 2=medium, 3=low
date_startintegerNew start timestamp in Unix epoch seconds
descriptionstringNew description or notes for the task
record_typeintegerTask type ID. Must be provided with record_type_name if updating task type.
record_type_namestringTask type name. Must be provided with record_type if updating task type.
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
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.