Modifies an existing AgencyZoom task (which must be valid and identified by `taskId` in the path) with new attributes from the request body, which must also contain `taskId`.
typestringTask type ('call', 'email', 'meeting', 'todo'); highly recommended.
titlestringTitle or name of the task; highly recommended for identification.
leadIdintegerUnique ID of an existing lead to link to this task; must be an existing lead if provided.
taskIdRequiredintegerThe unique identifier of the task to update. This is specified in the URL path parameter.
commentsstringAdditional notes, comments, or description for the task.
durationintegerExpected task duration in minutes, typically for 'call' or 'meeting' types.
inviteesarrayList of email addresses for invitees, typically for 'meeting' type tasks.
assigneeIdintegerUnique ID of the AgencyZoom user to assign the task; must be an existing user if provided.
customerIdintegerUnique ID of an existing customer to link to this task; must be an existing customer if provided.
dueDatetimestringDue date and time, preferably in ISO 8601 format (e.g., 'YYYY-MM-DDTHH:MM:SSZ').
contactEmailstringEmail of the customer/lead to associate with the task; used if `customerId` or `leadId` is not provided.
timeSpecificbooleanIf `True`, the time in `dueDatetime` is specific; otherwise, task is due anytime on `dueDatetime`'s date.
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.